home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / pb310a / problems.386
Text File  |  1996-07-10  |  110KB  |  2,215 lines

  1. COMMON PROBLEMS/SOLUTIONS/ANOMALIES/PATCHES FOR NETWARE 386 v3.10A
  2.  
  3. Last Update: January 4, 1991
  4.  
  5.      These are some of the common patches, problems, questions, and issues
  6.      with Netware 386 v3.10a.  This list is not intended to be all-
  7.      inclusive.  If more detail is needed on these issues, or on other
  8.      issues not identified in this file, refer to the Novell Technical
  9.      Information Database or contact your NetWare service provider.
  10.  
  11. ***************************************************************************
  12.                                 DISCLAIMER
  13.  
  14.      The following are NOT official Novell statements, but rather
  15.      troubleshooting ideas to help the customer resolve problems that may
  16.      occur with NetWare 386 v3.10 rev. A.  These issues may change from
  17.      week to week.  Be sure that you have the latest problems/solutions
  18.      file from NetWire before drawing your conclusions. 
  19.   
  20. ***************************************************************************
  21.  
  22. This document is broken into the following issues:
  23.  
  24.      MEMORY ISSUES                                          pages 1-2
  25.      ABENDS AND NLM PATCHES                                 pages 2-7
  26.      DISK DRIVERS                                           pages 7-10
  27.      SYSTEM MESSAGES                                        pages 10-12
  28.      SHELLS                                                 pages 12-14
  29.      LAN DRIVERS AND WORK STATION ISSUES                    pages 14-17
  30.      UPGRADE ISSUES                                         pages 17-19
  31.      UTILITIES                                              pages 19-22
  32.      MISC FYIS and OTHER INFORMATION                        pages 22-24
  33.      PRINTING                                               pages 24-33
  34.      LISTING OF FILES, DATES and SIZES shipped with 3.10a   pages 34-42
  35.  
  36.  
  37. MEMORY ISSUES:
  38.  
  39. PROBLEM 1:     Not enough memory to run NetWare 386 v3.10a.  The memory
  40.                formula in the v3.10a manuals is incorrect.  
  41.  
  42. SOLUTION:      Use the following rough formula as a guideline to calculate
  43.                memory needs for a basic NetWare 386 v3.10a system:
  44.  
  45.                .023 * total drive size in MB / block size + 4 MB of memory
  46.  
  47.                Example: .023 * 600 MB drive / 4 k block size + 4 MB of
  48.                memory = 7.45 MB of memory.
  49.  
  50.                If you have Macintosh name space added to the volume the
  51.                formula is:
  52.  
  53.                .032 * total drive size in MB / block size + 4 MB of memory 
  54.  
  55.                From a memory standpoint, you are better off creating a
  56.                small volume for your Macintosh files and adding Macintosh
  57.                name space to that volume only.
  58.  
  59.  
  60. PROBLEM 2:     Common question:  "I know I'm tight on memory; what can I do
  61.                in the meantime until my extra 4 MB comes in next week?"
  62.  
  63. SOLUTION:      a.   PURGE /ALL from the root directory to clean off deleted
  64.                     files.
  65.                b.   Do not load NLMs that are not needed.
  66.                c.   SET IMMEDIATE PURGE OF DELETED FILES=ON (although you
  67.                     will lose salvage capability the OS will not have to
  68.                     keep track of deleted files).
  69.                d.   Remove DOS (see page 251 of the system administration
  70.                     manual).
  71.                e.   Do not mount volumes that are not required.
  72.  
  73. PROBLEM 3:     The Register Memory command table on page 250 of the NetWare
  74.                386 v3.10a System Administration manual (585/Rev 1.01) is
  75.                incorrect.  The register memory command is only for machines
  76.                with more than 16 MB of memory.
  77.  
  78. SOLUTION:      The table should read as follows:
  79.   
  80.                Total Memory        Start (hex)         Length(hex) 
  81.  
  82.                20M                  1000000               400000 
  83.                24M                  1000000               800000 
  84.                28M                  1000000               C00000 
  85.                32M                  1000000              1000000 
  86.                36M                  1000000              1400000 
  87.                40M                  1000000              1800000 
  88.  
  89.      NOTE:     Above 16 MB of memory is only supported in EISA machines
  90.                with NetWare 386 v3.10a or PS/2 Model 90 and 95s.  If you
  91.                are using more than 16 MB of memory, do not use 8-bit or 16-
  92.                bit boards in the file server if the board uses bus
  93.                mastering or DMA.  You will also be able to go above 16 MB
  94.                of memory in a Model 90 or 95 (see register memory above) if
  95.                the disk and LAN solution are both 32-bit.  It MAY also be
  96.                possible to go above 16 MB of memory with a Model 80;
  97.                however, it is not supported.
  98.  
  99.  
  100. ABENDS AND NLM PATCHES:
  101.  
  102.                NetWare 386 v3.10a has patches that are loaded dynamically. 
  103.                Always make sure you are using the latest PATCHMAN.NLM when
  104.                you are adding a new patch.  The latest will be in the
  105.                latest upload.  Do not bother adding patches unless you are
  106.                experiencing or anticipate experiencing the abend.  Keep all
  107.                of the patches around so that if one of the following abends
  108.                occur, you are able to add the patch quickly.   
  109.  
  110. PROBLEM 1:     The message ABEND: "DeleteFileCompletely found an invalid
  111.                TNode" would appear whenever a customer attempted to delete
  112.                a file which had more than seven trustees assigned to it
  113.                with Immediate Purge on.
  114.  
  115. SOLUTION:      DELFIX.ZIP
  116.  
  117. PROBLEM 2:     The message ABEND: "DeleteDirectory found invalid phantom
  118.                list" would appear whenever a customer attempted to delete a
  119.                directory which had more than eight trustees assigned to it.
  120.  
  121. SOLUTION:      DLDRFX.ZIP
  122.  
  123. PROBLEM 3:     ABEND: "Erase file should have done something".  
  124.  
  125. SOLUTION:      ERASFX.ZIP.  This file contains ERASEFIX, a dynamic patch
  126.                that is loaded at the file server console as a NetWare
  127.                Loadable Module (NLM).  Do not load ERASEFIX unless you get
  128.                the above abend.  It is not recommended.  ERASEFIX has been
  129.                removed from NetWire. 
  130.    
  131. PROBLEM 4:     ABEND: "MoveDeleteFiles found an Invalid DeleteFile list".
  132.                This can occur with the first version ERASFX.ZIP
  133.                (ERASEFIX.NLM).  It can be duplicated without any of the
  134.                other patches applied.  
  135.  
  136. SOLUTION:      Get ERASFX.ZIP dated after November 25, 1990 on NetWire
  137.                which is the newest ERASEFIX.NLM.  We still strongly
  138.                recommend not loading ERASEFIX.NLM.  ERASEFIX has been
  139.                removed from NetWire.
  140.   
  141.   
  142. PROBLEM 5:     With the first ERASEFIX.NLM applied, SALVAGE will not work
  143.                properly.  If you delete a file in a given directory, you
  144.                can not salvage the file back to the same name. 
  145.   
  146. SOLUTION:      Under investigation.  Because of this and other problems.
  147.                ERASEFIX.NLM has been removed from NetWire.  Do not load
  148.                ERASEFIX.NLM.
  149.  
  150. PROBLEM 6:     ABEND: "Abend: Total sprintf string length was too long
  151.                (Error code 00000000)".  This patch also fixes a problem
  152.                that displayed invalid characters or user names when
  153.                WATCHDOG cleared a connection. 
  154.  
  155. SOLUTION:      WDOGFX.ZIP.
  156. PROBLEM 7:     When bringing up the file server "Novell In-House Version"
  157.                is displayed from the console sign-on screen of shipping
  158.                versions of NetWare 386 v3.10 Rev. A.  This is only
  159.                cosmetic. 
  160.  
  161. SOLUTION:      NAMEFX.ZIP or NAMEFIX is a patch utility that removes the
  162.                erroneous message.
  163.      
  164. PROBLEM 8:     The API function call ScanBinderyObject fails to properly
  165.                recognize "?" as a wild card.  The failure was related to
  166.                the size of the bindery name being searched for and the
  167.                number of "?" wild characters (if greater than 12) entered
  168.                in the search string.
  169.  
  170. SOLUTION:      SCBFIX.ZIP
  171.  
  172. PROBLEM 9:     NetWare 386 v3.10a has a caching problem.  Under heavy usage
  173.                when data is read immediately after it is written to cache,
  174.                the data read could result in the return of erroneous data. 
  175.                If cached data is read and rewritten to cache, the
  176.                corruption would be saved to disk.  If the data is not
  177.                changed in cache, the data will be saved correctly.  This
  178.                problem exists primarily with random access applications
  179.                (for example, database servers). 
  180.  
  181. SOLUTION:      CACHFX.ZIP contains CACHEFIX.NLM.  All v3.10a file servers
  182.                should have this patch loaded.
  183.  
  184. PROBLEM 10:    After an ABEND during the dump of diagnostics to diskette,
  185.                the operating system could only dump the first 16 MB from
  186.                memory.
  187.  
  188. SOLUTION:      Contact Novell Technical Support for a possible field test
  189.                solution.  The solution has not been tested, but it is
  190.                available through Tech Support if they determine there is a
  191.                need.
  192.  
  193. PROBLEM 11:    NetWare would not allow files that were flagged RO to be
  194.                opened with RW rights when the read only compatibility mode
  195.                was set to ON.  The application returns messages such as
  196.                "Access Denied" or "File Not Found". 
  197.  
  198. SOLUTION:      FXOPEN.ZIP
  199.  
  200. PROBLEM 12:    A bug in NetWare 386 v3.10a will not allow a file's
  201.                date/time to be set to 0.  Some applications known to set
  202.                the date/time to 0 are Borland's Turbo C++ and Turbo Pascal
  203.                products.  The compiler's "Build All" option within the
  204.                integrated environment sets the date/time to 00's in order
  205.                to force a full recompile of all source files.  Without this
  206.                patch installed, the file's date/time remained unchanged. 
  207.  
  208. SOLUTION:      DTTMFIX.ZIP
  209.  
  210. PROBLEM 13:    ABEND: "Bad resource tag detected in AES process".
  211.  
  212. SOLUTION:      Contact Novell Tech support for field test patch.  It is a
  213.                static patch (RTAGFIX.EXE).  Do not run multiple static
  214.                patches on the same file server.
  215.  
  216. PROBLEM 14:    ABEND: "PurgeTrustee found an entry it couldn't deal with".
  217.                               If a workstation has requested a file to be
  218.                               created, the request is put to sleep prior to
  219.                               creating the file, and PurgeTrustee is
  220.                               scanning the volume at this time, this ABEND
  221.                               will occur.
  222.  
  223. SOLUTION:      PTFIX.NLM is available as a Field Test from Tech Support.
  224.  
  225. PROBLEM 15:    ABEND: "Clear Phantom called without primary directory
  226.                number".
  227.  
  228. SOLUTION:      DELDIR.ZIP.
  229.  
  230. PROBLEM 16:    ABEND: "Invalid connection number or type passed to
  231.                ReturnAConnectionNumber".
  232.  
  233. SOLUTION:      MONITR.ZIP
  234.  
  235. PROBLEM 17:    Synchronizing the system time on the file server.  Many
  236.                customers have complained about their file server losing
  237.                time.  In some cases, it loses only minutes or seconds. 
  238.                But, there have also been reports of losing hours each day.
  239.  
  240. SOLUTION:      NetWare sets the system clock initially when booting up. 
  241.                From then on it keeps the time using a software clocking
  242.                algorithm.  When the file server switches into real mode, it
  243.                stops keeping time and depends on DOS to keep the system
  244.                time.  After switching back to protected mode instead of
  245.                updating the time, the OS just continues where it left off. 
  246.                This could explain why the system time may be off by such
  247.                varying amounts because the way NetWare clocks the time and
  248.                the way DOS does it is not the same.  There is an NLM for
  249.                NetWare 386 v3.1 that is available as a field test file. 
  250.                The file name is SYNC.ZIP.  Call Novell Technical Support to
  251.                obtain this file.
  252.  
  253. PROBLEM 18:    There is a problem where the file server may hang when
  254.                clearing connections in MONITOR.  There is also a problem
  255.                where resources may not be released when exiting MONITOR.
  256.  
  257. SOLUTION:      MONITR.ZIP contains a new MONITOR.NLM.
  258.  
  259. PROBLEM 19:    If copying a file from a Macintosh workstation volume to a
  260.                NetWare 386 file server volume, the creation date and time
  261.                stamp are intact, but the modification date and time stamp
  262.                are set to the date and time when the transfer was
  263.                completed.
  264.  
  265. SOLUTION:      DTTMFIX.NLM (rev B) 
  266.  
  267. PROBLEM 20:    "IPX received incomplete packet from <#node>" at the
  268.                console.
  269.  
  270. SOLUTION:      IPXINC.ZIP.  This patch will quell the error message that is
  271.                reported to the screen and the error log of the file server. 
  272.                It is to be used in conjunction with OEM and third party
  273.                drivers until the drivers are fixed.  The offending driver
  274.                can be in any client, bridge, or file server.  Old Client
  275.                NE/2 and old Host NE2000 drivers are known to cause this
  276.                problem and should be updated to currently released drivers.
  277.  
  278. PROBLEM 21:    The following messages:
  279.                "Loader can not find public symbol"
  280.                "MPCheckStringPatch"
  281.                "Load file referenced undefined public variable"
  282.                "Module Cachefix not loaded"
  283.  
  284. SOLUTION:      If you try to load a patch with an older PATCHMAN, the above
  285.                messages occur.  The latest released PATCHMAN must be loaded
  286.                in order to have all the latest patches recognized.  Make
  287.                sure you are running with the latest dated PATCHMAN if you
  288.                have loaded multiple patches.  When the PATCHMAN was rev'ed
  289.                in October, all the NetWare 386 v3.10a patches were rev'ed
  290.                as well.  The associated .ZIP files on NetWire were updated
  291.                with the new PATCHMAN and patches (all dated 10-29-90).
  292.  
  293. PROBLEM 22:    ABEND: "TTSAbortTransaction detected a bad TTS file"
  294.  
  295. SOLUTION:      Contact Novell Tech Support for a field test solution.  It
  296.                has been seen to be associated with BSPXCOM.NLM (Btrieve
  297.                NLM).
  298.  
  299. PROBLEM 23:    Error "You have Exceeded Your outstanding NCP Search Limit"
  300.  
  301. SOLUTION a:    NCPLIM.ZIP.  NCPLIMIT provides for better management of file
  302.                searches done on a NetWare 386 v3.10a file server.  This
  303.                patch adjusts to applications written using the findfirst
  304.                function.  If the findfirst search function is not completed
  305.                correctly, NetWare 386 will generate the warning message
  306.                "You exceeded your outstanding NCP directory search limit". 
  307.                If loading this NLM does not eliminate the warning message,
  308.                the application will need to be rewritten according to the
  309.                recommendations described in NCPLIMIT.DOC.
  310.  
  311. SOLUTION b:    This error has been documented earlier and has also been
  312.                fixed by simply increasing the Maximum Outstanding NCP
  313.                Searches = XXX (Pg 323 NetWare 386 v3.1 System
  314.                Administration.  Range = 10 to 1000  Default = 51).  The
  315.                question was, How will this increase affect my system?  The
  316.                formula to calculate RAM usage is: 
  317.  
  318.                24,000 X (Max ONCP Searches/1000) X Number of Workstations.
  319.  
  320.                The following files have been uploaded to NetWire and should
  321.                be merged into Library 16 by the end of the day:
  322.  
  323. PROBLEM 24:    Error when loading an NLM.  "Loader cannot find public
  324.                symbol"
  325.  
  326. SOLUTION:      This is an indication that you are loading a v3.0 NLM. 
  327.                Double check the date and size of the file.
  328.  
  329. PROBLEM 25:    Abend: "General Protection Processor Exception"
  330.  
  331. SOLUTION:      a.   It is most often caused by hardware problems in the
  332.                     file server (memory, system board, cards, etc), or out
  333.                     on the LAN.  
  334.                b.   It can also be caused by power surges.  Make sure the
  335.                     UPS can handle the dips and spikes in power.  
  336.                c.   A good place to start if you have this abend is to load
  337.                     the MONITOR.NLM and look in LAN information under
  338.                     general and custom statistics.  If you see any errors
  339.                     climbing under LAN information, it is a good indication
  340.                     of potential LAN hardware problems (NIC cards,
  341.                     terminators, cables, hubs, maus, cables not to spec,
  342.                     etc).  The general statistics are documented in the
  343.                     System Administration manual in the monitor section. 
  344.                     The custom statistics are documented in Appendix A of
  345.                     the System Administration manual.  If you have a driver
  346.                     from a third-party vendor, obtain the custom statistics
  347.                     documentation from them.
  348.                d.   This has also been seen in heavy I/O through a third-
  349.                     party driver specifically written for a 16-bit card
  350.                     when the card was only an 8-bit card.  Investigate your
  351.                     LAN drivers and cards.
  352.  
  353. DISK DRIVERS:
  354.  
  355. PROBLEM 1:     We are seeing FAT errors on boot up right after installing
  356.                NetWare 386 v3.10a with the PS2SCSI.DSK driver.  However,
  357.                mounting the volume from the console (outside of the
  358.                AUTOEXEC.NCF) has no problem.  Many PS2SCSI.DSK
  359.                installations will never experience the problem.  
  360.  
  361. SOLUTION:      This appears to be associated with older revisions of the
  362.                SCSI controller.  We have tested it in our Technical Support
  363.                labs with both caching and noncaching controllers and have
  364.                not experienced any problems.  If you should happen to run
  365.                across this, you will have to boot up manually until you can
  366.                get a different controller.  The newest PS2386.ZIP also must
  367.                be used if these and other problems are being experienced.
  368.  
  369. PROBLEM 2:     PS2SCSI.DSK shipped with v3.10 was reporting a
  370.                Non-Media-Error when the SCSI device returned a completion
  371.                of 07 - Adapter Hardware Failure and 0ch - Command Completed
  372.                with failure.  This would result in deactivation of the SCSI
  373.                device.  
  374.  
  375. SOLUTION:      PS2386.ZIP.  This version of the driver will retry when
  376.                encountering the 0ch error rather than deactivating the
  377.                device.
  378.  
  379. PROBLEM 3:     We need more detail on SCSI adapters in the PS/2s.  We may
  380.                have an older revision because we are still having trouble
  381.                with our drive and we've already tried the patched
  382.                PS2SCSI.DSK in PS2836.ZIP.
  383.  
  384. SOLUTION:      Engineering Change Announcement ECA032 goes into more detail
  385.                on these hardware changes.
  386.                
  387.                SCSI Adapter        Old P/N        -    New P/N
  388.                                    -------------       ------------
  389.                Without cache       FRU P/N15F6561     FRU P/N 85F0002 
  390.                                    Option 6451005     Option 6451109 
  391.  
  392.                The following systems above the referenced serial number
  393.                have the up-level adapter and are not affected.  This change
  394.                is necessary for systems below this serial number range. 
  395.   
  396.                8580-121 9000000           8565-061 4011000 
  397.                8580-321 9200000           8565-121 4512000 
  398.                8580-A21 7600000 
  399.                8580-A31 2600000 
  400.  
  401. PROBLEM 4:     Are IBM SCSI drivers available for IBM PS/2 Models 90 and
  402.                95?
  403.  
  404. SOLUTION:      The PS2SCSI.DSK that ships with NetWare 386 v3.10a supports
  405.                models 90 and 95. 
  406.  
  407. PROBLEM 5:     We have seen several problems on IBM machines with SCSI
  408.                controllers and non-IBM drives.  
  409.  
  410. SOLUTION:      Most problems have work-arounds; for example, there are
  411.                patches from IBM and Novell for drive access problems with
  412.                Seagate drives in PS/2s.  Oftentimes, the manufacturer of
  413.                the drive is aware of issues needed to make their drive
  414.                work.  
  415.  
  416.                For example, some problems exist with the Model 80-A31 with
  417.                a SCSI caching controller and Core drives.  You can load the
  418.                needed files for v3.1 off of the floppy drive but not off of
  419.                a DOS partition on the hard drive.  It would return errors
  420.                like "C not ready" or "error reading load file".  SCSI has a
  421.                numbering scheme for devices attached to a SCSI controller,
  422.                0-7 with 7 being the highest priority.  The IBM SCSI
  423.                controller comes set at priority 7, the highest priority. 
  424.                Since the controller takes a device number itself when
  425.                trying to load or read data from the SCSI chain, the
  426.                controller looks for the next device in line, in this case
  427.                device 6.
  428.  
  429.                Core International ships its SCSI drives jumpered to SCSI
  430.                device 0.  Thus, if you attach this device 0 with a DOS
  431.                partition to the IBM SCSI controller which is set to 7, you
  432.                will get errors concerning drive C.  The Core drive can be
  433.                set to SCSI device 6 with a DOS partition to work with the
  434.                Model 80 A31 and the PS2SCSI.DSK driver for NetWare 386
  435.                v3.1. 
  436.  
  437.                NOTE: This has been tried with another third party drive and
  438.                after downing the file server, COMMAND.COM cannot be found. 
  439.                So this may not be an issue with the drive you are dealing
  440.                with.
  441.  
  442. PROBLEM 6:     Problems with loading ISADISK driver v3.10 (shipped with
  443.                NetWare 386 v3.10a) more than once MAY be resolved by using
  444.                the NetWare 386 v3.0 ISADISK driver.  
  445.  
  446. SOLUTION:      ISA30.ZIP
  447.  
  448. PROBLEM 7:     Do IDE drives work with NetWare 386 v3.10a with ISADISK?
  449.  
  450. SOLUTION:      Some do.  Contact the manufacturer of the drive to see if
  451.                they have tested the drive with v3.10a.  The drive
  452.                manufacturers interpret the IDE specifications differently. 
  453.                Some drives cannot use user-definable options and run with
  454.                ISADISK.
  455.  
  456. PROBLEM 8:     Have any problems been reported having one volume span
  457.                multiple drives?
  458.  
  459. RESPONSE:      Most of the problems that we have experienced have been
  460.                associated with using a noncertified driver/drive and/or
  461.                controller.  The controller having been tested with a given
  462.                disk driver is important.  Following these basic guidelines
  463.                solves most problems associated with spanning drives. 
  464.                However, keep in mind with spanning drives -- if one drive
  465.                fails the entire volume is lost, even if other segments of
  466.                the volume reside on the good drives.
  467.  
  468. PROBLEM 9:     DCB.DSK.  NetWare users who are upgrading to NetWare 386
  469.                v3.10 may need to upgrade their Novell DCBs. 
  470.  
  471. SOLUTION:      NetWare users who are upgrading to 386 v3.10 may need to
  472.                upgrade their Novell Disk Coprocessor Boards (DCB).  
  473.   
  474.                NetWare 386 v3.10 was written to support the latest in
  475.                hardware technology.  This includes DCBs with revision E or
  476.                higher of the DCB firmware.  DCBs with firmware revision D
  477.                or earlier will not work with NetWare 386 v3.10.  Under
  478.                NetWare 386 v3.10, the hard drives will not be visible to
  479.                the system when using these older revisions.  This will
  480.                generally affect 50-pin DCBs that are a few years old.  
  481.  
  482.                The revision of the DCB firmware is identified at location
  483.                817-186 at the bottom left of the board; the firmware
  484.                revision will not necessarily correspond to the DCB board
  485.                revision number.  Location 817-186 will contain a 28-pin
  486.                chip identified by part number 817-186-001.  The revision
  487.                level will follow the part number (i.e. 817-186-001E or
  488.                817-186-001 rev E).  If the revision level is D or earlier,
  489.                an upgrade is necessary. 
  490.   
  491.                An upgrade to a DCB with the latest firmware revision is
  492.                available through Federal Technologies RMA Department at
  493.                (800)-366-4526. 
  494.  
  495. PROBLEM 10:    Adding a DOS Formatted Drive to a DCB with Adaptec 4070
  496.                (possibly 4000 also).  After replacing a drive with a DOS
  497.                formatted drive and booting NetWare 386, the INSTALL utility
  498.                will not see the replacement drive.  This was tested in the
  499.                lab with two mirrored Rodime 204E drives (also tested two
  500.                Maxtor 1140's).
  501.  
  502. SOLUTION:      In order for INSTALL to see the drive, the drives must be
  503.                unmirrored.  Load DISKSET and select low-level format from
  504.                the drive configuration window.  Another window appears with
  505.                the title "Selected Disk Specifications".  At this point
  506.                press Insert and it will automatically start formatting the
  507.                drive without any warning.  (This is an undocumented
  508.                feature).  The last thing you must do after the format is
  509.                finished is to save the DCB configuration.  Even though the
  510.                configuration is already there, you must save it again or
  511.                INSTALL will still be unable to see the drive.
  512.  
  513. PROBLEM 11:    When loading the DCB NLM the error "Hardware Initialization
  514.                Failure" is returned.  This is seen specifically on some
  515.                Compaq machines.    
  516.  
  517. SOLUTION:      These machines come with a mouse port that is enabled with a
  518.                jumper on the motherboard.  The port conflicts with IRQ 12
  519.                that is used by a Novell channel 2 DCB, and possibly other
  520.                hardware cards.  Check your Compaq documentation and move
  521.                the jumper to disable the mouse port. (Note:  you cannot
  522.                just remove the jumper completely.)  Also keep in mind that
  523.                many drives have parity jumpers on the back of the drive
  524.                that must be disabled for the drive to be recognized. 
  525.  
  526. PROBLEM 12:    Our file server appears to be running fine.  However, after
  527.                downing the file server, we have to run VREPAIR every time
  528.                we want to mount our volumes.  What is wrong?
  529.  
  530. SOLUTION:      Often times this has ended up being associated with the
  531.                controller not working correctly.  If you are experiencing
  532.                this problem, try switching to a later revision of the same
  533.                controller.  If you are still having problems, change to a
  534.                different brand or make of controller.
  535.  
  536. SYSTEM MESSAGES:
  537.  
  538. PROBLEM 1:     Interrupt controller detected a Lost or Spurious hardware
  539.                interrupt.  This has been seen on some faster machines.
  540.  
  541. SOLUTION:      These are not fatal messages; they are passed through from
  542.                the hardware.  Your system should function normally.  Some
  543.                machines have PAL chips or hardware modifications to help
  544.                keep interrupts from being lost.  To suppress these
  545.                messages, enter at the console:
  546.  
  547.                SET DISPLAY LOST INTERRUPT ALERTS=OFF
  548.                SET DISPLAY SPURIOUS INTERRUPT ALERTS=OFF
  549.  
  550.                See the Systems Administration manual.
  551.  
  552. PROBLEM 2:     The following or similar errors occur along with the
  553.                inability to perform a task at either the file server or
  554.                workstation:
  555.  
  556.                     Out of dynamic work space.
  557.                     The cache memory allocator exceeded minimum cache
  558.                     buffer left limit.
  559.                     Semi-permanent memory allocator is out of memory xx
  560.                     semi-permanent allocation request failed.
  561.  
  562. RESPONSE:      This is most often caused by not having enough memory on the
  563.                file server.  See the Memory section of this same document
  564.                to determine what is needed and workarounds.
  565.  
  566. PROBLEM 3:     "Process Did Not Relinquish Control Frequently" error
  567.                message at the file server.
  568.  
  569. SOLUTION:      More than likely you will not need to worry about this
  570.                error.  It was originally designed to detect processes that
  571.                were taking too much of the file server's processing time
  572.                but apparently doesn't function the way it was designed. 
  573.                However, it could be indicative of a problem with an NLM
  574.                taking too much processing time.
  575.  
  576. PROBLEM 4:     Message at file server "Hot fix did not need to be
  577.                redirected".
  578.  
  579. RESPONSE:      You should only be concerned with this message if it occurs
  580.                on a regular basis.  If a block, for whatever reason,
  581.                couldn't be written to, this message will occur if the
  582.                operating system was finally successful in writing to the
  583.                block.  In other words the operating system isn't going to
  584.                give up after the first try.  At the same time it is
  585.                alerting you that the "Hot Fix did not need to be
  586.                redirected".  Watch your Hot Fix errors in Monitor.  If Hot
  587.                Fix is filling up your drive, it may be in need of
  588.                replacement.
  589.  
  590. PROBLEM 5:     Error:  (Found in error log) Locus = 8  Class = 0  Code = 0 
  591.                Severity = 4 Account XXXXX deleted by user NOT-LOGGED-IN on
  592.                station XX 1 active connection terminated.
  593.  
  594. RESPONSE:      Cause:  A supervisor equivalent deletes a user and then
  595.                immediately logs out before the routine gets serviced.  When
  596.                the routine finally gets serviced by the file server, the
  597.                connection status is NOT-LOGGED-IN.  There is no security
  598.                threat with this message and should not be cause for alarm.
  599.  
  600.  
  601. NOTE:          The July 1990 issue of NetWare Application Notes contains
  602.                additional Disk, Memory, and Accounting messages.
  603.                The October 1990 issue contains system messages: Bindery,
  604.                Internal processes, Abends, Packet Services and Queue
  605.                Management.  To order, call (801) 429-7550.
  606.  
  607. SHELLS
  608.  
  609. PROBLEM 1:     We have had different application problems reported by
  610.                different revisions of the shell.
  611.  
  612. SOLUTION:      If you are having problems, be sure to try at least the 3.01
  613.                rev. B, 3.01 rev. D, and 3.01 rev. E shell to verify that
  614.                what you are experiencing is a shell issue.
  615.  
  616. History for the NetWare DOS Shell v3.01
  617.  
  618.                The following is a history of the major changes that have
  619.                occurred in the NetWare DOS shell v3.01 and higher.  This
  620.                document is updated with each additional release of the
  621.                NetWare DOS shell.  
  622.  
  623.                NETX.COM            3.01 Rev. A              5-8-90
  624.                XMSNETX.EXE         3.01 Rev. A              5-8-90
  625.                EMSNETX.EXE         3.01 Rev. A              5-8-90
  626.  
  627.           o    Loading SiteLock by Briteworks would fail, causing the 
  628.                DOS workstation to hang.  This problem was corrected with 
  629.                the 3.01 rev. B shell.
  630.  
  631.                NETX.COM            3.01 Rev. B              6-6-90
  632.                XMSNETX.EXE         3.01 Rev. B              6-6-90
  633.                EMSNETX.EXE         3.01 Rev. B              6-6-90
  634.  
  635.           o    Using the Preferred Server option caused the network
  636.                response time to be functionally slower than if the user did
  637.                not use this option.  The 3.01 rev. C shell corrected this
  638.                problem. 
  639.  
  640.           o    When using DOS 4.0 with EMSNETx and XMSNETx shells, the DOS
  641.                directories would not display correctly under Windows.  This
  642.                was corrected with the 3.01 rev. C shell.
  643.  
  644.           o    The enhanced memory shells were not sending header
  645.                information when using job configurations that included     
  646.                escape codes.  For example, a job that should print
  647.                landscape would print using the default mode (portrait).
  648.  
  649.           o    When printing to a captured LPT device an error message     
  650.                "Device not ready" would appear.  A retry would allow the
  651.                job to continue.  The 3.01 rev. C shell corrected this
  652.                problem.
  653.  
  654.           o    Fake roots were being deleted on paths with volume names  
  655.                before the path was determined valid.  ie. CD PRN: would
  656.                delete the fake root.  This was fixed with the 3.01 rev. C
  657.                shell.
  658.  
  659.           o    On 286-based file servers, the Dynamic Memory Pool (DMP) 1
  660.                was not being released properly with the XMSNETx and EMSNETx
  661.                shells causing the server to hang eventually.  With the 3.01
  662.                rev. C shell, the memory is released when exiting the
  663.                Windows DOS Prompt.
  664.  
  665.                NETX.COM            3.01 Rev. C              * Not released
  666.                XMSNETX.EXE         3.01 Rev. C              * Not released
  667.                EMSNETX.EXE         3.01 Rev. C              * Not released
  668.  
  669.                * The NetWare DOS Shells rev. C was made available to
  670.                NetWare Developers only.  The NetWare DOS shells v3.01 rev.
  671.                D was released to all users and contains all the 3.01 rev. C
  672.                changes.
  673.  
  674.                NETX.COM            3.01 Rev. D              9-7-90
  675.                XMSNETX.EXE         3.01 Rev. D              9-7-90
  676.                EMSNETX.EXE         3.01 Rev. D              9-7-90
  677.  
  678.           o    When running the 3.01 rev. D shell on a NetWare v2.15 or
  679.                less operating system, external program execution (using the
  680.                #) from the login script does not work unless the user has
  681.                open privileges at the volume root.  This has been corrected
  682.                in the shells dated 9/18/90 or later.
  683.  
  684.           o    NVER will return Rev. C instead of Rev. D.  This has been
  685.                corrected in the shells dated 9/18/90 or later.
  686.  
  687.                NETX.COM            3.01 Rev. D              9-18-90
  688.                XMSNETX.EXE         3.01 Rev. D              9-18-90
  689.                EMSNETX.EXE         3.01 Rev. D              9-18-90
  690.  
  691.           o    When using the DOS 4.0 "TrueName" (undocumented DOS command)
  692.                command invalid data was returned to the shell.  This
  693.                invalid data causes Emerald's System's backup to not
  694.                function properly.  The 3.01 rev. E shell corrects this
  695.                problem.
  696.  
  697.           o    Microsoft Link was reporting a scratched file error when
  698.                linking a large number of files.  This was corrected in 3.01
  699.                rev. E of the NetWare DOS shell.
  700.  
  701.           o    Added support for VERSION.EXE utility.  This support was not
  702.                present in earlier releases of the shell.
  703.  
  704.           o    Corrected a problem with the rename function where the wrong
  705.                error code would be returned to applications such as
  706.                Platinum Accounting by Advanced Business Microsystems.  This
  707.                error was also exhibited with the NETGEN message:
  708.  
  709.                Cannot find DRVRDATA.DAT.
  710.  
  711.           o    Corrected a problem where the shell was not correctly
  712.                maintaining the default file server after logout when an
  713.                X.25 bridge is used.
  714.  
  715.           o    On ELS NetWare file servers, you would get one less
  716.                connection than the maximum when using remote boot.  The
  717.                3.01 rev. E shell corrected this problem allowing the user
  718.                to get all connections to the file server.
  719.  
  720.           o    Enabled file caching in EMSNETx and XMSNETx shells.  File
  721.                caching was not enabled in earlier releases of the enhanced
  722.                memory shells.  It also fixed a problem where these shells
  723.                were passing an incorrect file server address to IPX.  The
  724.                error most commonly seen was "No response from server
  725.                <servername>"
  726.  
  727.           o    Added the /? option to the command line which displays
  728.                version and usage information.  
  729.  
  730.           o    Added a feature in the 3.01 rev. E shell that tells the user
  731.                that a TSR is loaded when trying to unload the shell.  
  732.  
  733.                NETX.COM            3.01 Rev. E              11-27-90
  734.                XMSNETX.EXE         3.01 Rev. E              11-27-90
  735.                EMSNETX.EXE         3.01 Rev. E              11-27-90
  736.  
  737. LAN DRIVERS AND WORKSTATION ISSUES:
  738.  
  739. PROBLEM 1:     The TRXNET.LAN Arcnet driver that shipped with NetWare 386
  740.                v3.10a has exhibited a problem with receive buffers reaching
  741.                the maximum.  This may result in the network or workstation
  742.                "leg" hanging following the logout of one or more
  743.                workstations.
  744.  
  745. SOLUTION:      Use TRXNET.ZIP.  CAUTION:  This version of the TRXNET file
  746.                server driver should be considered a beta version.  Only use
  747.                it with 8-bit cards.  If you must use a 16-bit card, the
  748.                RXNET.LAN for v3.0 dated 8-24-89 (RXNET.ZIP on NetWire) is
  749.                relatively stable and can be used on a v3.10a file server
  750.                (however the driver was only designed for 8-bit cards). 
  751.                Keep in mind that most Arcnet cards have drivers that are
  752.                specifically written for the card. 
  753.  
  754. PROBLEM 2:     Workstation gets a "Connection No Longer Valid, Abort Retry"
  755.                error at the workstation when doing an SLIST, USERLIST, or
  756.                any other command that scrolls information on the screen.
  757.  
  758. SOLUTION:      This is caused by an I/O address 2EOh conflict in the
  759.                workstation.  This is most often seen when the workstation
  760.                is using the RXNET default I/O of 2EOh.  The Microsoft
  761.                library call used by the SLIST and other commands to find
  762.                the number of lines accessible on the monitor uses I/O
  763.                address 2EOh, which has known problems.  The solution is to
  764.                choose an I/O option other than 2EOh for RXNET.
  765.  
  766. PROBLEM 3:     RXNET.LAN 3.0 driver dated 8-24-89 and ARCMON.EXE (Arcnet
  767.                Monitor Utility). ABEND: General Protection Interrupt.
  768.                We have verified that v2.17 of ARCMON.EXE by Brightworks
  769.                will cause the NetWare 386 file server to ABEND with a GPI
  770.                (v2.17 was the one tested, other versions of ARCMON may act
  771.                in the same manner).
  772.  
  773. SOLUTION:      TRXNET.LAN, available on NetWire for v3.10a, should not have
  774.                this problem.  
  775.  
  776. PROBLEM 4:     TOKEN.LAN file server driver getting "Error Receiving or
  777.                sending on Network abort retry".  
  778.  
  779. SOLUTION a:    This has been seen with 16/4 cards only.  If a 16/4 card is
  780.                in the file server when copying large files from the
  781.                workstation, insert the following in the STARTUP.NCF file to
  782.                increase the packet size to approximately 4 KB:
  783.  
  784.                SET MAXIMUM PHYSICAL RECEIVE PACKET SIZE=4202
  785.  
  786. SOLUTION b:    If this does not correct the problem, delete the line from
  787.                the STARTUP.NCF file and use the following in the
  788.                AUTOEXEC.BAT file with IPX v3.01 rev. B:
  789.  
  790.                IPX O,TBZ=2048
  791.  
  792.                This reduces the packet size from the default 4 KB to 2 KB
  793.                and has been known to solve the problem.
  794.  
  795. SOLUTION c:    The TBZ parameter can also be used at the file server and
  796.                can also solve the problem (Load TOKEN.LAN TBZ=xxxx).
  797.  
  798. PROBLEM 5:     Where are the latest Token-Ring drivers including source
  799.                routing?
  800.  
  801. SOLUTION:      TRN050.ZIP.
  802.  
  803. PROBLEM 6:     Our LANSUP conflicts with IBMs NetBIOS.
  804.  
  805. SOLUTION:      LANSUP.ZIP (TRN050.ZIP also contains the Latest LANSUP).
  806.  
  807. PROBLEM 7:     The two main problems the new field test drivers address is
  808.                support for the PS/2 Model 55LS and the capability to boot a
  809.                diskless workstation across an IBM bridge.  Until now this
  810.                capability did not exist.  Although, you can boot across a
  811.                Novell bridge (with the RPL VAP loaded at the bridge).
  812.  
  813. SOLUTION:      Contact Novell Tech Support for a field test solution.
  814.  
  815. PROBLEM 8:     "Error Frame Type Already Loaded, Attempt To Reinitialize
  816.                Reentrant Module Failed" loading TOKEN.LAN twice with two
  817.                16/4 cards in the NetWare 386 v3.10a file server.  Type
  818.                "Load Token Slot=1 Name=Accounting" and it loads fine.  Type
  819.                "Load Token Slot=2 Name=Backbone" for second card and the
  820.                error occurs.  
  821.  
  822. SOLUTION:      By typing "Load Token Port=A24 Name=Backbone" for the second
  823.                card, it will work fine.  A24 is the secondary Token-Ring
  824.                card.  The primary card would be "Port=A20".
  825.  
  826. PROBLEM 10:    The Compaq 286n diskless workstation won't remote boot using
  827.                the CPQTOKNW.LAN driver.
  828.  
  829. SOLUTION:      The current version of CPQTOKNW.LAN (as of November 1990)
  830.                does not support remote boot.
  831.  
  832. PROBLEM 11:    Cannot login using a 3C507 adapter in the workstation and a
  833.                NetWare 386 v3.10a file server.  
  834.  
  835. SOLUTION:      A file server driver for NetWare 386 is available from 3Com. 
  836.                However, there is no NetWare 386 workstation driver for the
  837.                3C507.  The NetWare 286 workstation driver provided by 3Com
  838.                is not compatible with v3.10.
  839.  
  840. PROBLEM 12:    Problems have been seen when loading and binding a LAN
  841.                driver more than once in the AUTOEXEC.NCF file.  You will
  842.                sometimes be prompted for the driver parameters when binding
  843.                the driver to the second card. 
  844.  
  845. SOLUTION:      Place brackets around the driver parameters in the bind
  846.                statement.  See System Administration Manual page 176 and
  847.                177.  example:
  848.  
  849.                LOAD NE2000 int=3 port=300 frame=ethernet_II
  850.                BIND IPX to NE2000 [int=3 port=300 frame=ethernet_II]
  851.                net=xx.
  852.  
  853. PROBLEM 13:    Packet receive buffers are reaching maximum with any LAN
  854.                drivers. 
  855.  
  856. SOLUTION:      See Systems Administration Manual page 293 to increase
  857.                minimum and maximum packet receive buffers if necessary (for
  858.                example, sometimes multiple interface cards in the file
  859.                server require increasing the minimum and maximum).
  860.  
  861.                Keep in mind that it is possible for the drivers themselves
  862.                to cause receive buffers to max out (for example, the
  863.                TRXNET.LAN shipped with v3.10a had this problem).  However,
  864.                it is most commonly related to hardware (i.e. card, cable,
  865.                hub, terminator etc).  For example, in one case associated
  866.                with packet receive buffers maxing out, 93 ohm terminators
  867.                rather than 50 ohm terminators were used in combination with
  868.                a flaky NE2000 card in the file server. 
  869.  
  870. PROBLEM 14:    When using remote reset on slow diskless workstations with a
  871.                high-speed (33 MHz) file server using NE2000.LAN, the
  872.                workstation will only boot one time out of every ten.  This
  873.                is the same problem that we have seen before with fast file
  874.                servers and fast interface cards with slow XTs and 3C501
  875.                cards.  Basically, The workstation makes a request to the
  876.                file server.  The file server is so fast that it responds
  877.                before the workstation at the other end is ready for a
  878.                response. 
  879.   
  880. SOLUTION:      If you want to keep the slow workstations, you can put a
  881.                bridge between the file server and the workstations.  Having
  882.                to pass through the bridge may lengthen the time it takes
  883.                for the file server to respond.  The workstations with
  884.                remote boot may be able to attach and login. 
  885.   
  886.                If you have many 3C501s with remote reset problems, put the
  887.                3C501s in the faster machines and put NE1000s and other
  888.                cards in the slower XTs until you can replace the older
  889.                machines.
  890.  
  891. PROBLEM 15:    Our interface card vendor claims Novell has not released the
  892.                v3.1 Driver Specifications so they cannot make their driver
  893.                fully compatible with NetWare 386 v3.10a.
  894.  
  895. SOLUTION:      Novell provided preliminary specifications for vendors in
  896.                the second quarter of 1990.  Vendors with questions on LAN
  897.                driver specifications should contact the Independent
  898.                Manufacturer Support Program at Corporate Headquarters.  The
  899.                assembler for v3.1 is the same as v3.0.
  900.  
  901. UPGRADE ISSUES:
  902.  
  903. PROBLEM 1:     The upgrade process asks for all of the SYSTEM and PUBLIC
  904.                diskettes, but not all files are copied.
  905.  
  906. SOLUTION:      This has been seen on machines not certified for NetWare
  907.                386.  Often times the solution comes from the hardware
  908.                vendor in either a patch or a newer BIOS.  As a quick
  909.                workaround after running the upgrade, manually copy all of
  910.                the files from the SYSTEM and PUBLIC directories on the
  911.                diskettes to the SYSTEM and PUBLIC directories respectively
  912.                on the file server.
  913.  
  914. PROBLEM 2:     The most common problem that causes UPGRADE not to correctly
  915.                bring across information associated with the binderies, user
  916.                info, etc. is that BINDFIX.EXE was not run before the
  917.                UPGRADE.
  918.  
  919. SOLUTION:      Please run BINDFIX on the v2.x file server before running
  920.                UPGRADE, as requested in the Install manual.
  921.  
  922. PROBLEM 3:     UPGRADE was running fine until it hit a file and couldn't
  923.                copy it.  We had to delete the file and rerun UPGRADE.  Why?
  924.  
  925. SOLUTION:      Running VREPAIR on the source file server before doing the
  926.                upgrade may help with these types of problems.  Another
  927.                workaround is to use NCOPY and XCOPY to copy the remaining
  928.                subdirectories and files that weren't copied.  UPGRADE
  929.                requires the source to be correct.  This problem is being
  930.                looked into.
  931.  
  932. PROBLEM 4:     The passwords were lost after upgrading from NetWare v2.1x
  933.                to v3.10a.
  934.  
  935. SOLUTION:      The password encryption scheme was changed from v2.1x to
  936.                v3.10a.  This is mentioned in the Installation manual in the
  937.                "follow up after upgrade section". 
  938.  
  939. PROBLEM 5:     Upgrading from NetWare 286 v2.15 to 386 v3.10a may result in
  940.                error messages saying that no files were transferred because
  941.                they were in use.  This could happen on every file on the
  942.                286 file server.  
  943.  
  944. SOLUTION:      An older shell can cause this error.  Update the shell in
  945.                the workstation.
  946.  
  947. PROBLEM 6:     How do we merge three 286 file servers onto one 386 file
  948.                server?
  949.  
  950. SOLUTION:      Run UPGRADE individually on each 286 file server and it will
  951.                merge the binderies onto the 386 file server and the trustee
  952.                assignments will transfer across as well (along with the
  953.                data). 
  954.  
  955. PROBLEM 7:     UPGRADE.EXE Upgrading from NetWare 286 v2.15 to 386 v3.1
  956.                using the UPGRADE method.  Passwords will not convert.  
  957.  
  958. SOLUTION:      Since the encryption scheme changed in v3.1 from v2.15,
  959.                passwords will not convert.  You must login as supervisor
  960.                and enter a password or blanks in order for the user to set
  961.                his own password.  As a side note:  if you are upgrading
  962.                from v2.0a, the passwords will convert. 
  963.  
  964. PROBLEM 8:     After doing an upgrade to NetWare 386 v3.10a, users attempt
  965.                to login and receive the error "Unknown Error Returned By
  966.                Attach (89Fb)".
  967.  
  968. RESPONSE:      This message will occur if the supervisor hasn't gone into
  969.                SYSCON and given the users new passwords.  Passwords are not
  970.                carried over in the upgrade process.
  971.  
  972. PROBLEM 9:     When a workstation logs in to a 386 file server on an
  973.                internet, it gets an "Access Denied" error even though it is
  974.                possible to login to a 286 file server. 
  975.      
  976. SOLUTION:      The 386 LOGIN.EXE encrypts the password across the wire. 
  977.                You have attached to a 286 file server and are using that
  978.                copy of LOGIN.EXE which does not encrypt the password like
  979.                the 386 lOGIN.EXE does.  There is a default "Set" parameter
  980.                on the file server expecting an encrypted password.  When it
  981.                gets an unencrypted password, the file server returns the
  982.                "Access Denied" error.  This "Set" parameter can be set to
  983.                allow unencrypted passwords by typing at the file server
  984.                command line: 
  985.  
  986.                Set Allow Unencrypted Passwords = On  
  987.  
  988.                This would also hold true for the ATTACH, MAP, or any other
  989.                command or utility that attempts to attach you to a Netware
  990.                386 file server from a 286 file server.
  991.  
  992. PROBLEM 10:    The 386 file server comes up, but when executing Net3 or
  993.                Net4, the error "A File Server Could Not Be Found" is
  994.                returned.
  995.  
  996. SOLUTION:      This error usually indicates a hardware problem with either
  997.                a card, cable, or terminator.  Keep in mind however that
  998.                NetWare 386 expects you to resolve any IRQ or I/O conflicts
  999.                in the file server before you install the software; it does
  1000.                not resolve them during installation like NetWare 286's
  1001.                NETGEN.  Check your file server to ensure there are no
  1002.                conflicts with IRQs, I/O addresses, etc.
  1003.  
  1004. PROBLEM 11:    "No Free connection Slots" at the workstation.
  1005.  
  1006. SOLUTION:      Check the basics.  It is usually associated with cards,
  1007.                cables, terminators, drivers, addressing, etc.
  1008.  
  1009. UTILITIES:
  1010.  
  1011. PROBLEM:       The CAPTURE.EXE that shipped with NetWare 386 v3.10a in some
  1012.                cases may have problems associated with the banner,
  1013.                particularly if the wrong name is printed on the banner or
  1014.                the name is missing on the banner.
  1015.      
  1016. SOLUTION:      Use CAPTURE v1.21 on NetWire (CAP121.ZIP).
  1017.  
  1018.  
  1019. PROBLEM:       CASTOFF ALL has a problem when using time restrictions.  If
  1020.                the user has CASTOFF ALL in his login script and the user
  1021.                logs in with a time restriction, at the time expiration he
  1022.                should be logged off, but is not.  However, by using CASTOFF
  1023.                in the login script, everything works fine; the user will be
  1024.                logged out. 
  1025.  
  1026. RESPONSE:      Do not use both CASTOFF ALL in login script and time
  1027.                restrictions.  For now if you need both you may have to
  1028.                execute CASTOFF ALL from a batch file.
  1029.  
  1030. PROBLEM:       FLAG.EXE does not allow flagging of a file as execute only.
  1031.  
  1032. RESPONSE:      The documentation has the feature documented but the
  1033.                FLAG.EXE code does not have the feature included.  If you
  1034.                need to flag files execute only, use FILER.
  1035.  
  1036. PROBLEM:       The !LOGOUT does not work with Novell's MENU.EXE v1.23 using
  1037.                MENUPARZ.EXE v1.23.
  1038.  
  1039. SOLUTION:      MENU.ZIP is a hybrid of MENU files.  It combines
  1040.                MENUPARZ.EXE v1.22 with MENU.EXE v1.23 to add !LOGOUT
  1041.                functionality.  MENU.ZIP has two Novell menu solutions in
  1042.                it; use the one that works best for you.
  1043.  
  1044. PROBLEM:       NBACKUP v1.1 does not restore disk space restrictions. 
  1045.   
  1046. RESPONSE:      This is under investigation.
  1047.  
  1048. PROBLEM:       NDIR.EXE  The error "divide overflow" is displayed at the
  1049.                workstation as the directory is being sorted with NDIR.EXE
  1050.                on NetWare 386 v3.10a.
  1051.  
  1052. SOLUTION:      Use NDIR.ZIP on NetWire.
  1053.  
  1054. PROBLEM:       NETBIOS.EXE.  If you have any problems that you feel may be
  1055.                associated with NetBIOS, make sure you are running with the
  1056.                latest NETBIOS.EXE dated 11-15-90   3:48p.  
  1057.  
  1058. SOLUTION:      NB301F.ZIP  (The readme explains some of the enhancements).
  1059.  
  1060. PROBLEM:       NPRINT will not work using the path with the filename.  Nor
  1061.                can you print a file on a drive that you are not currently 
  1062.                mapped to.  The following error occurs:  
  1063.  
  1064.                F:USERS\>NPRINT G:\MINE\FILE S=SERVER Q=HPLASER NT NB 
  1065.                Queuing data to Server SERVER, Queue HPLASER.
  1066.                SYS:MINE\
  1067.                The file FILE not found.
  1068.  
  1069. SOLUTION:      a.   Define the path on the current drive to a directory
  1070.                     below your current directory position.
  1071.  
  1072.                     F:\USERS>NPRINT \USERS\OTHERS\FILE S=SERVER Q=HPLASER
  1073.                     NT NB Queuing data to Server SERVER, Queue HPLASER.
  1074.                OR
  1075.                     Where the file is on another mapped drive, do NOT
  1076.                     specify the entire path.  For example, your default
  1077.                     drive is F: and you want to print from drive M: where
  1078.                     M:=SERVER/SYS:USERS/JOHN.  You may issue the command:
  1079.  
  1080.                     NPRINT M:filename 
  1081.  
  1082.                b.   The NPRINT.EXE form name parameter returns the
  1083.                     incorrect form number.  If you experience this or any
  1084.                     other problems with NPRINT.EXE, you may use the v2.15
  1085.                     or v3.0 NPRINT.EXE.
  1086.  
  1087. PROBLEM:       NPRINT.EXE.  When NPRINT in NetWare 386 v3.10a is used with
  1088.                the form name option, an incorrect form number is given to
  1089.                that print job.
  1090.  
  1091. RESPONSE:      This problem is being looked into.  For now, if a form name
  1092.                is needed as a parameter use, an older NPRINT.EXE.
  1093.  
  1094. PROBLEM:       PAUDIT.EXE  NetWare 386 v3.10a.  Using accounting to track
  1095.                service requests gives incorrect numbers when you logout and
  1096.                login again.
  1097.  
  1098. EXAMPLE:       Create a user and login to the system as usual (accounting
  1099.                enabled of course); then immediately log out.  Run PAUDIT
  1100.                and you might get: 
  1101.  
  1102.                Charge: 12,  Requests: 1052, Blks Read: 353C4, Blks written:
  1103.                0, Connect time: 0  
  1104.  
  1105.                Login again (same or different user) and immediately log
  1106.                out.  Run PAUDIT: 
  1107.  
  1108.                Charge: 19, Requests: 2118, ....(All the rest is the same as
  1109.                the first time)
  1110.  
  1111. WORKAROUND:    Reboot the workstation after logging out.  The totals are
  1112.                not reset when a user logs out.  Only when NET? is issued do
  1113.                the service requests get reset to zero.  This means, of
  1114.                course, that if a user logs out and does not reboot the
  1115.                workstation, another user logging in will get charged for
  1116.                the last user's service requests used.  It is billing
  1117.                double, triple, etc. for the same SRs. 
  1118.  
  1119. PROBLEM:       P_Station.  In the Installation manual appendix A, page 302,
  1120.                the syntax for P_Station is as follows: "If P_STATION =
  1121.                0000000001ab" then write "You need to ... etc."  The syntax
  1122.                as shown creates a login script error.  Script error: "could
  1123.                not interpret line".  The original line was: "if p_station =
  1124.                0000000001ab then write you need to ....etc."
  1125.  
  1126. SOLUTION:      The correct syntax is If P_station = "0000000001ab" then
  1127.                write "statement".  
  1128.  
  1129. PROBLEM:       PURGE ALL fails after the entry limit is reached.
  1130.  
  1131. SOLUTION:      You must PURGE ALL several times in order to clear all of
  1132.                the deleted entries.
  1133.  
  1134. PROBLEM:       RCONSOLE.EXE.  The connection to the file server is lost if
  1135.                you press "No" when asked if you want to exit.
  1136.  
  1137. SOLUTION:      The work around for now is to reenter RCONSOLE to establish
  1138.                the connection.
  1139.  
  1140. PROBLEM:       RCONSOLE.EXE  How can we reboot the 386 file server using
  1141.                RCONSOLE?
  1142.  
  1143. RESPONSE:      Given that there is a valid AUTOEXEC.BAT file that runs
  1144.                SERVER.EXE and the AUTOEXEC.NCF loads all the appropriate
  1145.                NLMs, including the password for RCONSOLE, start RCONSOLE
  1146.                and execute the following commands:  REMOVE DOS, DOWN the
  1147.                file server, and then EXIT.  When the EXIT can't find a DOS
  1148.                environment, it will do a warm boot to the file server. You
  1149.                will have to reconnect to the file server after it reboots.
  1150.  
  1151. PROBLEM:       SMODE.EXE can not be used with file names greater that five
  1152.                characters.  For example, you can do SMODE on a file
  1153.                1234.EXE and it will work; however, if the file is
  1154.                123456.EXE, it will not work.
  1155.  
  1156. RESPONSE:      This is under investigation.
  1157.  
  1158. PROBLEM:       VREPAIR.NLM.  VREPAIR didn't finish.  Does that mean that
  1159.                we've lost all of our data after our file server crashed?
  1160.  
  1161. SOLUTION:      If you have multiple problems on your drive, you may have to
  1162.                run VREPAIR multiple times.  Do not give up after one or two
  1163.                times.  Depending on the damage and the size of the drives,
  1164.                seven or eight or more times may be necessary.   Customers
  1165.                have been able to mount their volumes successfully and
  1166.                continue running fine after a hard crash.  Remember, if you
  1167.                begin crashing frequently, you may want to backup more often
  1168.                if deemed necessary.
  1169.  
  1170.  
  1171. MISCELLANEOUS FYIs AND OTHER INFORMATION
  1172.  
  1173. PROBLEM 1:     NetWare 386 v3.1 users get the error message:  Drive Mapping
  1174.                Operation Could Not Be Completed "the mapping in system
  1175.                login script" error code 000a.  This error message comes up
  1176.                during the execution of the login script. 
  1177.   
  1178. SOLUTION:      Increase environment space in the CONFIG.SYS file with: 
  1179.  
  1180.                shell = COMMAND.COM  /p /e:xxxx.  
  1181.                (where xxxx is the amount of environment space - try 1024). 
  1182.  
  1183.  
  1184. PROBLEM 2:     NetWare 386 .NCF files are not fully explained in NetWare
  1185.                386 documentation.
  1186.  
  1187. EXPLANATION:   You may already be aware that NetWare 386 makes use of two
  1188.                files during startup:  STARTUP.NCF and AUTOEXEC.NCF.  These
  1189.                NCF files contain a list of commands to be executed by the
  1190.                console command interpreter.  NCF stands for NetWare Command
  1191.                File.  What is not obvious from the documentation is that it
  1192.                is possible to produce .NCF files for your own use which
  1193.                contain commonly used console commands.  These are ordinary
  1194.                ASCII files which can be created and placed in SYS:SYSTEM
  1195.                (or other search directory) and must have the NCF extension.
  1196.                To execute an .NCF file, simply type the name of the file -
  1197.                the Console command interpreter will do the rest...  Some
  1198.                examples are shown below :
  1199.  
  1200.                MONITOR.NCF - Used to load the monitor program
  1201.                ----------------------------------------------
  1202.                LOAD MONITOR
  1203.  
  1204.                BYE.NCF - Used to shut down and reboot the file server
  1205.                -------------------------------------------------- 
  1206.                REMOVE DOS
  1207.                DOWN
  1208.                EXIT
  1209.  
  1210.                STATUS.NCF - Display useful status information
  1211.                ----------------------------------------------
  1212.                CONFIG
  1213.                DISPLAY NETWORKS
  1214.                DISPLAY SERVERS
  1215.  
  1216.                BSTOP.NCF - Supplied with Btrieve for NetWare 386 to unload
  1217.                Btrieve NLMs
  1218.                -------------------------------------------------- 
  1219.                UNLOAD BSPXCOM
  1220.                UNLOAD BTRIEVE
  1221.  
  1222.                In addition to the standard Console commands, you may also
  1223.                use the following commands within an NCF file :
  1224.  
  1225.                ECHO ON   - Display commands as they are executed (for
  1226.                          debugging)
  1227.  
  1228.                ECHO OFF  - Switch off display of commands as they are
  1229.                          executed (default)
  1230.  
  1231.                REM          - Remark (not displayed on execution)
  1232.                ;            - Remark (not displayed on execution)
  1233.                #            - Remark (not displayed on execution)
  1234.  
  1235. PROBLEM 3:     Subject:  How is NetWare 386 "486 Aware"?
  1236.  
  1237. RESPONSE:      See September 1990 Application notes for more detail. 
  1238.                NetWare 386 v3.00 and v3.10 do not do any kind of check to
  1239.                determine if the machine has a 80486 processor.  The same
  1240.                instruction paths are executed on both the 80386 and 80468
  1241.                processors.
  1242.  
  1243.                The 80486 processor has a more efficient pipeline than the
  1244.                80386 processor.  This allows it to execute most
  1245.                instructions in less clock cycles.  This pipeline can be
  1246.                further enhanced by not accessing the same CPU register two
  1247.                instructions in a row.  NetWare 386 is "486 aware" in the
  1248.                coding of the assembly instructions.  The assembly
  1249.                instructions have been arranged as much as possible to not
  1250.                use the same registers two instructions in a row.  This
  1251.                allows the CPU to typically execute these instructions in
  1252.                one clock cycle verses the two clock cycles that could be
  1253.                required if the instruction accessed a register that was
  1254.                modified in the previous instruction.
  1255.  
  1256. PROBLEM 4:     When you do a SLIST, all 386 file servers show a node
  1257.                address of 1.
  1258.  
  1259. RESPONSE:      This is normal for 386 file servers and the network address
  1260.                that is displayed is the new internal IPX address of the
  1261.                file server, not the cable address.  To get the common cable
  1262.                or network address, do a "CONFIG" at the file server or a
  1263.                "USERLIST" at the workstation.
  1264.  
  1265. PROBLEM 5:     Getting "Router Configuration" errors showing up on the
  1266.                internet or unable to see a particular file server.
  1267.  
  1268. SOLUTION:      Double check that the "IPX Internal Network Address" number,
  1269.                assigned to any 386 file server, does not conflict with any
  1270.                network or node addresses (including DOS Process numbers on
  1271.                nondedicated file servers) on the internet.  This number
  1272.                must be completely unique!
  1273.  
  1274. PROBLEM 6:     Does Novell have any information on viruses?
  1275.  
  1276. SOLUTION:      The July 1990 issue of Application Notes, part number
  1277.                164-000011-001, contains an article "An overview of Virus
  1278.                Prevention Strategies in a NetWare Environment".  Call
  1279.                801-429-7550 rather than ext. 7555 to order subscriptions or
  1280.                reprints of a particular issue.  There are many virus scan-
  1281.                type utilities out there.  Rather than endorse any
  1282.                particular product, a good place to look is in LAN Times, on
  1283.                Netwire, or call third party companies that have a history
  1284.                of writing products for Novell or network environments.
  1285.  
  1286. PROBLEM 7:     A tape backup with NetWare 386 v3.1, using a Gigatrend
  1287.                LANsafe system, would hang.
  1288.  
  1289. SOLUTION:      Increase the maximum outstanding NCP search limit to fix the
  1290.                problem.
  1291.  
  1292. PRINTING
  1293.  
  1294. PROBLEM 1:     The most common problems associated with printing in the
  1295.                past three to four months end up being associated with not
  1296.                having the latest printing utilities.  Make sure you have
  1297.                deleted and recreated your print servers and queues with the
  1298.                latest PCONSOLE.  What are the latest printing utilities?
  1299.  
  1300. SOLUTION:      The printing utilities shipped with NetWare 386 v3.1 are the
  1301.                latest.  If you upgraded from v3.0 or have used any of the
  1302.                older printing utilities, you will want to check the dates
  1303.                and sizes on the printing files.  Make sure you are at least
  1304.                using the following files:  
  1305.  
  1306.                FILE                SIZE      DATE
  1307.                -------------------------------------------
  1308.                PSERVER.NLM         73641     6-11-90
  1309.                RPRINTER.HLP         1803     5-29-90
  1310.                RPRINTER.EXE         6326     6-11-90
  1311.                RPRINT$$.EXE        76892     6-01-90
  1312.                PSERVER.EXE        108262     6-01-90
  1313.                PSC.EXE             20037     7-26-90
  1314.                PCONSOLE.EXE       213096     5-11-90
  1315.                PCONSOLE.HLP        33117     5-31-90
  1316.                PRINTDEF.EXE       180211     5-04-90
  1317.                PRINTDEF.HLP        36714     5-04-90
  1318.                PRINTCON.EXE       152661     5-21-90
  1319.                PRINTCON.HLP        12261     5-29-90
  1320.  
  1321.                The rest of the printing problems and solutions are based on
  1322.                the assumption that you do have the latest printing
  1323.                utilities.
  1324.  
  1325. PROBLEM 2:     Unloading PSERVER.NLM displays the "Module did not release
  1326.                #### resources from memory" message.
  1327.  
  1328. SOLUTION:      This message is only cosmetic.  PSERVER.NLM does not release
  1329.                the resources to the operating system (OS).  However, the OS
  1330.                will come along and pick them up anyway when needed.
  1331.  
  1332. PROBLEM 3:     When booting PSERVER.EXE displays not enough SPX
  1333.                connections.
  1334.  
  1335. SOLUTION:      Increase SPX connections to 60 in the SHELL.CFG (see NetWare
  1336.                386 v3.10a Installation Manual Appendix B, page 337).
  1337.  
  1338. PROBLEM 4:     RPRINTER.EXE will return an error 776 if the SPX connection
  1339.                is still there.  This error is returned when a printer
  1340.                connection is not free at the print server.  It could be
  1341.                because there are not enough printers defined in PCONSOLE or
  1342.                because the SPX connection has not yet timed out after a
  1343.                workstation with RPRINTER loaded was rebooted.  This has
  1344.                been seen with warm booting the PC running RPRINTER.  
  1345.  
  1346. SOLUTION:      There is a recommended batch file for a workstation that
  1347.                loads RPRINTER.  The batch file should be: 
  1348.  
  1349.                     1. Echo off 
  1350.                     2. :loop 
  1351.                     3. rprinter printserver printer# 
  1352.                     4. if errorlevel 1 goto loop 
  1353.                     5. Echo RPRINTER loaded Successfully!!! 
  1354.  
  1355.                This batch file should help get rid of the 776 error.
  1356.                Placing a PAUSE in your AUTOEXEC.BAT file before loading IPX
  1357.                and NET3 may also help. 
  1358.  
  1359. PROBLEM 5:     RPRINTER.EXE occasionally drops it's connection and the jobs
  1360.                stack up in the queue.
  1361.  
  1362. SOLUTION:      a.   Increase the SPX ABORT TIME OUT in the SHELL.CFG file
  1363.                     on the machine running RPRINTER.  Increase the SPX
  1364.                     ABORT TIMEOUT from the 30 second default (540 ticks) to
  1365.                     about 800 ticks.  To do this, create a SHELL.CFG file
  1366.                     and put "SPX ABORT TIMEOUT=800".  The 800 is arbitrary;
  1367.                     you may have to play with this value.  Place the file
  1368.                     in your boot drive (see Appendix B of the NetWare 386
  1369.                     Installation Manual for SHELL.CFG parameters).
  1370.  
  1371.                b.   Losing SPX connections with no communication for 30
  1372.                     seconds or more could be evidence of a bad board or
  1373.                     driver.  Make sure you are running the latest IPX and
  1374.                     the latest driver for the card.
  1375.  
  1376. PROBLEM 6:     RPRINTER and Windows 3.0 on the same workstation has trouble
  1377.                working together and sometimes locks up.
  1378.  
  1379. RESPONSE:      Running RPRINTER with Windows 3.0 is not yet supported.
  1380.  
  1381. PROBLEM 7:     RPRINTER or PSERVER hangs.
  1382.  
  1383. SOLUTION:      This may be a hardware limitation!  You can try the
  1384.                following suggestions:
  1385.  
  1386.                a.   Move the printer to a different workstation. 
  1387.                b.   Swap interface cards and update the drivers. 
  1388.                c.   If you are using an add-on parallel/serial port card,
  1389.                     swap it out or use another brand of port card.
  1390.                d.   Delete the print server queues and printer definitions
  1391.                     and then recreate them.
  1392.                e.   Check PSERVER and RPRINTER files for the latest
  1393.                     version.  If you are using what was shipped with
  1394.                     NetWare 386 v3.10a, you do have the latest versions. 
  1395.                     The latest versions are available on NetWire or from
  1396.                     your NetWare service provider.
  1397.                f.   Remove any device that is between the workstation and
  1398.                     printer and retry. 
  1399.                g.   Switch to another printer port.  
  1400.  
  1401. PROBLEM 8:     Problems getting RPRINTER to work.
  1402.  
  1403. SOLUTION:      a.   Interrupt settings selected in PCONSOLE printer
  1404.                     configuration do not match interrupt settings on
  1405.                     workstation port.
  1406.                b.   There is an interrupt conflict between other ports or
  1407.                     devices within the workstation. 
  1408.                c.   Because ROM BIOS does NOT use interrupts, the
  1409.                     workstation or port card may not support interrupts.
  1410.                d.   The port is not fully functional, meaning that the port
  1411.                     can receive a character, but cannot issue an interrupt
  1412.                     to signal NetWare to send the next character.
  1413.                e.   Another solution may be your setup in PCONSOLE.  With
  1414.                     PCONSOLE v1.32 that ships with NetWare 386 v3.10a when
  1415.                     defining printer port interrupts, PCONSOLE accepts your
  1416.                     changes to interrupts and sets them correctly, but
  1417.                     after exiting and then coming back to the printer 
  1418.                     configuration screen, the interrupt settings will
  1419.                     appear not to have changed.  In reality they have
  1420.                     internally changed, but a PCONSOLE bug does not show
  1421.                     this change to the screen.  Instead it shows you the
  1422.                     defaults.
  1423.  
  1424. PROBLEM 9:     The PCONSOLE printer configuration screen allows the user to
  1425.                select polled (no interrupts) for remote printers.  Upon
  1426.                returning to the printer configuration screen, the printer
  1427.                shows that it has been changed back to using interrupts.
  1428.  
  1429. RESPONSE:      RPRINTER functionality is currently only designed to work
  1430.                with interrupts.
  1431.  
  1432. PROBLEM 10:    Printing is slow.
  1433.  
  1434. SOLUTION:      Some computer ports are not capable of being driven by
  1435.                interrupts because the COM ports have been set up to work
  1436.                only with DOS which polls the ports. If you are experiencing
  1437.                slow printing problems such as one character every 3
  1438.                seconds, a line of print every 4-6 minutes, or a page of
  1439.                print every hour or so, this could be your problem.  DOS
  1440.                uses the ROM BIOS to access the printer port, whereas
  1441.                NetWare outputs directly to the port.  When using NetWare
  1442.                and interrupts, NetWare sends the character to the port and
  1443.                then waits 3 seconds for an interrupt.  If one does not
  1444.                occur, NetWare scans the port.  If all is well, it sends
  1445.                another character.  Thus, the appearance of slow printing. 
  1446.                Change to polled mode on the printer port and see if the
  1447.                printer speed increases.  The port could also be partially
  1448.                working with it being able to receive a character, but not
  1449.                being able to send an interrupt acknowledgement.  This would
  1450.                cause slow printing.  
  1451.  
  1452. PROBLEM 11:    HP Laser series 3D printers running as local printers in the
  1453.                polled mode (no interrupts) have experienced problems with
  1454.                printing garbage characters.   
  1455.  
  1456. SOLUTION:      Switching to interrupt driven and increasing the buffer in
  1457.                the printer configuration seems to help the problem.
  1458.  
  1459. PROBLEM 12:    Lose characters or graphics coming out with garbage.
  1460.  
  1461. SOLUTION:      In addition to the all of the above recommendations, put a
  1462.                NT (no tabs) parameter in your capture statement.  This most
  1463.                commonly fixes graphics with garbage.  Increase the timeout
  1464.                (TI) in the capture statement if your document gets cut off
  1465.                before being completed.   Losing characters has also been
  1466.                associated with the need to increase the buffers for the
  1467.                printer in PCONSOLE under printer configuration from the
  1468.                default of 3 to a value between 10 and 20.
  1469.  
  1470. PROBLEM 13:    The CAPTURE.EXE shipped with NetWare 386 v3.10a in some
  1471.                cases may have problems associated with the banner,
  1472.                particularly if the wrong name is printed on the banner or
  1473.                the name is missing on the banner.
  1474.      
  1475. SOLUTION:      Use CAPTURE v1.21 on NetWire (CAP121.ZIP).
  1476.  
  1477. PROBLEM 14:    We print landscaped and condensed.  The next guy comes along
  1478.                and the printer does not reset back to normal printing.  We
  1479.                know that we're not losing our minds and we're aware of the
  1480.                problem with the old PRINTDEF.EXE.  What else is wrong?
  1481.  
  1482. SOLUTION:      The 3.01 rev B shells that ships with NetWare 386 v3.10a are
  1483.                the problem.  Get the latest shells off of NetWire version
  1484.                3.01 rev D or better DSWIND.ZIP - 3.01 rev D shells.  
  1485.                SH301E.ZIP - 3.01 rev E shells.
  1486.  
  1487. PROBLEM 15:    PSERVER.EXE, NLM, and JOB OWNER problems.  The JOB OWNER
  1488.                will not be notified when entered on either the permanent or
  1489.                temporary notify list.
  1490.  
  1491. SOLUTION:      It is being looked into.
  1492.  
  1493. PROBLEM 16:    PCONSOLE Notify Groups is not working properly.  There is a
  1494.                permanent and temporary notify list.  Specifying groups in
  1495.                the notify list does not work properly.  If a group is
  1496.                specified (either by itself or in a list containing users
  1497.                and groups) in the permanent list, nobody gets notified when
  1498.                the printer needs attention.  If only users are specified,
  1499.                then a user will be notified.  In the temporary list if only
  1500.                a group is listed in the notify list, then nobody will get
  1501.                notified.  If users and groups are listed then the
  1502.                appropriate user will get notified.
  1503.  
  1504. SOLUTION:      It is being looked into.
  1505.  
  1506. PROBLEM 17:    What do the error codes associated with printing mean?  
  1507.  
  1508. RESPONSE:      These printing error codes can be found in the developers
  1509.                manuals and can be helpful in solving printing related
  1510.                problems.
  1511.  
  1512. ERROR CODES:   64   0x0040    PSC_NO_AVAILABLE_SPX_CONNECTIONS: 
  1513.                     The shell has not been configured to get enough SPX
  1514.                     connections.  This can be remedied by changing the
  1515.                     SHELL.CFG file.  
  1516.  
  1517.                65   0x0041    PSC_SPX_NOT_INITIALIZED: 
  1518.                     The SPX shell has not been loaded. 
  1519.  
  1520.                66   0x0042    PSC_NO_SUCH_PRINT_SERVER: 
  1521.                     The client has attempted to attach to a print server
  1522.                     that is not advertising and hence not running.
  1523.  
  1524.                67   0x0043    PSC_UNABLE_TO_GET_SERVER_ADDRESS: 
  1525.                     The network address of the advertising print server is
  1526.                     not in the bindery. 
  1527.  
  1528.                68   0x0044    PSC_UNABLE_TO_CONNECT_TO_SERVER: 
  1529.                     The client cannot attach to the print server for some
  1530.                     reason that cannot be identified. 
  1531.  
  1532.                69   0x0045    PSC_NO_AVAILABLE_IPX_SOCKETS:
  1533.                     All available IPX sockets are already in use. 
  1534.  
  1535.                70   0x0046   PSC_ALREADY_ATTACH_TO_A_PRINT_SERVER:
  1536.                     The NetWare Print Server C library only allows a client
  1537.                     to be attached to one print server at a time.  Clients
  1538.                     may write their own libraries if they wish to attach to
  1539.                     more than one print server at a time. 
  1540.  
  1541.                71   0x0047    PSC_IPX_NOT_INITIALIZED: 
  1542.                     The IPX shell has not been loaded. 
  1543.  
  1544.                237  0x00ED    PSC_CONNECTION_TERMINATED: 
  1545.                     This message can be returned on any call.  The  SPX
  1546.                     connection has been broken or the connection between
  1547.                     the client and the print server has been broken.
  1548.  
  1549.                257  0x0101    PSE_TOO_MANY_FILE_SERVERS: 
  1550.                     The print server is already attached to as many file
  1551.                     servers as is possible and cannot attach to any more. 
  1552.                     The current version of the NLM print server can attach
  1553.                     to only one file server.  The dedicated workstation and
  1554.                     the VAP print servers can attach to up to eight file
  1555.                     servers. 
  1556.  
  1557.                258  0x0102    PSE_UNKNOWN_FILE_SERVER: 
  1558.                     The client has requested to attach to a file server
  1559.                     that is not known to the print server. 
  1560.                259  0x0103    PSE_BINDERY_LOCKED: 
  1561.                     The bindery of the specified file server is locked and
  1562.                     cannot be accessed at this time.  A bindery will be
  1563.                     locked if a supervisor is running BINDFIX or some other
  1564.                     application that monopolizes the bindery. 
  1565.  
  1566.                260  0x0104    PSE_FILE_SERVER_MAXED_OUT: 
  1567.                     The file server is already attached to as many
  1568.                     different connections as is possible and cannot attach
  1569.                     to any more.  File servers using NetWare 386 v3.0 can
  1570.                     handle up to up to 250 connections. 
  1571.  
  1572.                261  0x0105    PSE_NO_RESPONSE: 
  1573.                     The specified file server is recognized by the print
  1574.                     server, but does not respond to the ATTACH call for
  1575.                     some reason.  This usually means that the file server
  1576.                     has just gone down. 
  1577.  
  1578.                262  0x0106    PSE_ALREADY_ATTACHED: 
  1579.                     The print server is already attached to the specified
  1580.                     file server.
  1581.  
  1582.                263  0x0107    PSE_CANT_ATTACH: 
  1583.                     The print server cannot attach to the specified file
  1584.                     server for some reason that cannot be identified.
  1585.  
  1586.                264  0x0108    PSE_NO_ACCOUNT_BALANCE: 
  1587.                     The file server is charging for services and the print
  1588.                     server does not have an account balance.  This error
  1589.                     will not occur unless accounting has been installed and
  1590.                     the print server has not been assigned an account
  1591.                     balance. 
  1592.  
  1593.                265  0x0109    PSE_NO_CREDIT_LEFT: 
  1594.                     The file server is charging for services and the print
  1595.                     server has exceeded its credit limit.  In this version
  1596.                     of the NetWare print server, print servers are
  1597.                     automatically given unlimited credit when an accounting
  1598.                     application is installed.  This error will not occur
  1599.                     unless the credit limit has been altered with a user
  1600.                     supplied application.
  1601.  
  1602.                266  0x010A    PSE_INTRUDER_DETECTION_LOCK: 
  1603.                     The print server is locked out of the file server for a
  1604.                     certain amount of time because someone has tried to
  1605.                     login as the print server several times and has used
  1606.                     the wrong name or wrong password.  The number of
  1607.                     incorrect logins before lockout and the length of time
  1608.                     of the lockout is set up in the SYSCON utility.
  1609.  
  1610.                267  0x010B    PSE_TOO_MANY_CONNECTIONS: 
  1611.                     A print server with the exact same name as the one
  1612.                     trying to login is already logged into the file server.
  1613.                     
  1614.  
  1615.                268  0x010C    PSE_ACCOUNT_DISABLED: 
  1616.                     This error will not occur unless a supervisor has
  1617.                     specifically altered the print server account so what
  1618.                     it is disabled. 
  1619.  
  1620.                269  0x010D    PSE_UNAUTHORIZED_TIME: 
  1621.                     The print server has attempted to login at a time that
  1622.                     has been designed by the supervisor as an unauthorized
  1623.                     time in the SYSCON utility. 
  1624.  
  1625.                270  0x010E    PSE_UNAUTHORIZED_STATION: 
  1626.                     The print server has attempted to login from a work
  1627.                     station that has not been authorized in the SYSCON
  1628.                     utility.  This will not occur unless it has been
  1629.                     specifically designed by the supervisor. 
  1630.  
  1631.                271  0x010F    PSE_NO_MORE_GRACE: 
  1632.                     The print server's password has expired and was not
  1633.                     changed in the amount of time allowed as a grace
  1634.                     period. 
  1635.  
  1636.                272  0x0110    PSE_LOGIN_DISABLED: 
  1637.                     All logins have been temporarily disabled by the
  1638.                     supervisor.
  1639.  
  1640.                273  0x0111    PSE_ILLEGAL_ACCT_NAME: 
  1641.                     An account name using illegal characters (such as ?, *,
  1642.                     etc.) has been entered. 
  1643.  
  1644.                274  0x0112    PSE_PASSWORD_HAS_EXPIRED: 
  1645.                     This is a warning.  The password has expired and must
  1646.                     be changed in the amount of time designated as grace
  1647.                     time in the SYSCON utility.
  1648.  
  1649.                275  0x0113    PSE_ACCESS_DENIED: 
  1650.                     An incorrect print server name or password was 
  1651.                     entered.
  1652.  
  1653.                276  0x0114    PSE_CANT_LOGIN: 
  1654.                     The print server cannot login to the specified file
  1655.                     server for some reason that cannot be identified.
  1656.  
  1657.                512  0x0200    PSE_NO_SUCH_OBJECT: 
  1658.                     An object (such as a user, queue, or group) has been
  1659.                     requested that does not exist in the bindery of the
  1660.                     specified file server. 
  1661.  
  1662.                513  0x0201    PSE_NOT_AUTHORIZED_FOR_QUEUE:
  1663.                     The print server is not in the list of authorized print
  1664.                     servers for the specified queue.
  1665.  
  1666.                514  0x0202    PSE_QUEUE_HALTED: 
  1667.                     The queue operator has set a flag in the PCONSOLE
  1668.                     utility so that no more print servers can attach to
  1669.                     that queue.
  1670.  
  1671.                515  0x0203    PSE_UNABLE_TO_ATTACH_TO_QUEUE: 
  1672.                     The print server is unable to attach to the specified
  1673.                     queue for some reason that cannot be identified.
  1674.  
  1675.                516  0x0204    PSE_TOO_MANY_QUEUE_SERVERS: 
  1676.                     The specified queue is already attached to  the maximum
  1677.                     number of print servers it is allowed. 
  1678.  
  1679.                768  0x0300    PSE_INVALID_REQUEST: 
  1680.                     An SPX packet has been sent with a request code that is
  1681.                     not recognized by the print server.
  1682.  
  1683.                769  0x0301    PSE_NOT_ENOUGH_MEMORY: 
  1684.                     The print server cannot allocate the amount of  memory
  1685.                     needed to meet the request.
  1686.  
  1687.                770  0x0302    PSE_NO_SUCH_PRINTER: 
  1688.                     A request has been made for a printer that does not
  1689.                     exist. 
  1690.  
  1691.                771  0x0303    PSE_INVALID_PARAMETER: 
  1692.                     The request that was made is valid, but one of the
  1693.                     parameters contains a value that is not valid.
  1694.  
  1695.                772  0x0304    PSE_PRINTER_BUSY: 
  1696.                     This message is returned if a Mark, Eject, or Change
  1697.                     Remote Printer PRIVATE/SHARED mode is sent while the
  1698.                     printer is printing.
  1699.  
  1700.                773  0x0305    PSE_PRINTER_NOT_CONNECTED: 
  1701.                     The client has attempted to access a remote printer
  1702.                     that has not connected yet.
  1703.  
  1704.                774  0x0306    PSE_GOING_DOWN: 
  1705.                     The DOWN command has been issued to the print server
  1706.                     and it is waiting for all of its printers to finish
  1707.                     printing their jobs before if shuts down.  However, the
  1708.                     printer that the client has tried to access.
  1709.  
  1710.                775  0x0307    PSE_CANT_DETACH_PRIMARY_SERVER: 
  1711.                     The print server cannot detach from its primary file
  1712.                     server.
  1713.  
  1714.                776  0x0308    PSE_ALREADY_IN_USE: 
  1715.                     The client has attempted to set up a remote printer
  1716.                     using a printer number that is already in use.
  1717.  
  1718.                778  0x030A    PSE_NOT_ATTACHED_TO_SERVER: 
  1719.                     When attempting to add a queue or add an object to
  1720.                     notify, the client has specified a file server that is
  1721.                     not attached to the print server. 
  1722.  
  1723.                779  0x030B    PSE_ALREADY_IN_LIST: 
  1724.                     The client has attempted to add an object to a notify
  1725.                     list or add a queue to a queue service list that is
  1726.                     already in that list. 
  1727.  
  1728.                780  0x030C    PSE_DOWN: 
  1729.                     The print server is down and must be restarted.  This
  1730.                     message is returned only during the time interval
  1731.                     between when the DOWN command is issued and when the
  1732.                     print server is actually shut down.
  1733.  
  1734.                781  0x030D    PSE_NOT_IN_LIST: 
  1735.                     The client has attempted to change or delete a print
  1736.                     queue that is not in the queue service list or an
  1737.                     object that is not in the notify object list. 
  1738.  
  1739.                782  0x030E    PSE_NO_RIGHTS:
  1740.                     The client does not have the necessary user or operator
  1741.                     rights to perform the attempted function.
  1742.  
  1743.                1024 0x0400    PSE_UNABLE_TO_VERIFY_IDENTITY: 
  1744.                     This message is returned if a login to print server is
  1745.                     sent with incorrect data in it.  The connection number
  1746.                     and file server name don't match the address that the
  1747.                     client is calling from.
  1748.  
  1749.                1025 0x0401    PSE_NOT_REMOTE_PRINTER: 
  1750.                     The user has attempted to make a remote printer call to
  1751.                     a printer which is not a remote printer or set up a
  1752.                     remote printer using a print number which is not a
  1753.                     remote printer number. 
  1754.  
  1755. LISTING OF FILES, DATES and SIZES shipped with v3.10a
  1756.  
  1757.  
  1758.      BACKUP       <DIR>      8-08-90  10:47a 
  1759.      BRGEN-1      <DIR>      8-08-90  10:48a 
  1760.      BTRIEVE      <DIR>      8-08-90  10:51a 
  1761.      DOSUTIL- 1   <DIR>      8-08-90  10:53a 
  1762.      DOSUTIL- 2   <DIR>      8-08-90  12:46p 
  1763.      DOSUTIL- 3   <DIR>      8-08-90  12:46p 
  1764.      HELP-1       <DIR>      8-08-90  12:54p 
  1765.      HELP-2       <DIR>      8-08-90   1:00p 
  1766.      PRINT        <DIR>      8-08-90   1:02p 
  1767.      SHGEN-1      <DIR>      8-08-90   1:07p 
  1768.      SYSTEM-  1   <DIR>      8-08-90   1:13p 
  1769.      SYSTEM-  2   <DIR>      8-08-90   1:13p 
  1770.      UPGRADE      <DIR>      8-08-90   1:30p 
  1771.  
  1772.  
  1773.  
  1774. BACKUP/PUBLIC 
  1775.  
  1776.     $RUN     OVL        2400   7-13-89   9:30 am 
  1777.     IBM$RUN  OVL        2400   7-13-89   9:30 am 
  1778.     SYS$ERR  DAT        6489   7-29-87   9:57 am 
  1779.     SYS$MSG  DAT       22298  12-22-87   8:42 am 
  1780.     SYS$HELP DAT       17343   8-11-87  10:06 am 
  1781.     CMPQ$RUN OVL        2400   7-26-89  10:26 pm 
  1782.     DIBI$DRV DAT          30   6-29-89   8:53 pm 
  1783.     SELDIBI  HLP         229   6-24-89   3:45 pm 
  1784.     NBACKUP  EXE      292762   5-31-90   3:12 pm 
  1785.     NBACKUP  HLP       33253   5-29-90   2:10 pm 
  1786.     NBACKUP  OVL      288700   5-31-90   3:13 pm 
  1787.     WANGTEK  EXE       22950  12-08-89   3:19 pm 
  1788.     SELDIBI  OVL       54250  12-08-89   3:18 pm 
  1789.     NBACKUP  COM       10262  12-08-89   3:18 pm 
  1790.  
  1791.  
  1792. BRGEN-1 
  1793.  
  1794.     CMPQ$RUN OVL        2400   7-26-89  10:26 pm 
  1795.     JUMPERS  HLP        1766   4-05-90   4:40 pm 
  1796.     BROPTION DAT        1005   6-30-89   2:06 pm 
  1797.     DCONFIG  EXE       22247   6-06-88  11:46 am 
  1798.     BRGEN    EXE       27633   9-16-88  10:58 am 
  1799.     SYS$HELP DAT       17343   8-11-87  10:06 am 
  1800.     SYS$ERR  DAT        6489   7-29-87   9:57 am 
  1801.     SYS$MSG  DAT       22298  12-22-87   8:42 am 
  1802.     BRIDGE   DAT          36   6-30-89   2:06 pm 
  1803.     CONSOLE  COM         103   8-25-87   7:57 am 
  1804.     JUMPERS  EXE       76203   5-07-90   1:38 pm 
  1805.     ECONFIG  EXE       24269   4-14-88   8:21 am 
  1806.     VOLUMES  DAT          53   9-08-88   4:08 pm 
  1807.     BCONFIG  EXE      173245   8-10-89   1:52 pm 
  1808.     ROUTE    VP0        3832   4-18-90  10:35 am 
  1809.     A3C503A1 OBJ        6381   4-13-90  10:59 am 
  1810.     B3C503A1 OBJ        6381   4-13-90  11:00 am 
  1811.     C3C503A1 OBJ        6381   4-13-90  11:00 am 
  1812.     D3C503A1 OBJ        6381   4-13-90  11:00 am 
  1813.     NLINK    EXE       37633   8-10-89   9:37 am 
  1814.     BRIDGE   OBJ      129386   8-07-89   3:37 pm 
  1815.     NDBRIDGE OBJ      156834   8-07-89   3:37 pm 
  1816.     RPL      VP1        1806   5-08-90   4:29 pm 
  1817.     $RUN     OVL        2400   7-13-89   9:30 am 
  1818.     IBM$RUN  OVL        2400   7-13-89   9:30 am 
  1819.     ANE200A1 OBJ        6041  11-29-89   1:36 pm 
  1820.     BNE200A1 OBJ        6041  11-29-89   1:36 pm 
  1821.     CNE200A1 OBJ        6041  11-29-89   1:36 pm 
  1822.     DNE200A1 OBJ        6041  11-29-89   1:37 pm 
  1823.     ANE2A1   OBJ        6478  11-29-89   2:04 pm 
  1824.     BNE2A1   OBJ        6478  11-29-89   2:04 pm 
  1825.     CNE2A1   OBJ        6478  11-29-89   2:04 pm 
  1826.     DNE2A1   OBJ        6478  11-29-89   2:04 pm 
  1827.     ANE1000  OBJ        4424  12-04-89   2:16 pm 
  1828.     BNE1000  OBJ        4424  12-04-89   2:16 pm 
  1829.     CNE1000  OBJ        4424  12-04-89   2:16 pm 
  1830.     DNE1000  OBJ        4424  12-04-89   2:17 pm 
  1831.     3C505A1  LAN         953   6-11-90   2:47 pm 
  1832.     3C503A1  LAN         455   6-11-90   2:47 pm 
  1833.     3C523A1  LAN        1320   6-11-90   2:47 pm 
  1834.     NE1000   LAN         904   6-11-90   2:47 pm 
  1835.     NE2A1    LAN        1777   6-11-90   2:47 pm 
  1836.     NE200A1  LAN         923   6-11-90   2:47 pm 
  1837.     TOKENA2  LAN         202   6-11-90   2:47 pm 
  1838.     TRXNTA1  LAN         874   6-11-90   2:47 pm 
  1839.     ATRXNTA1 OBJ        6699   6-11-90  12:05 pm 
  1840.     BTRXNTA1 OBJ        6699   6-11-90  12:05 pm 
  1841.     CTRXNTA1 OBJ        6699   6-11-90  12:05 pm 
  1842.     DTRXNTA1 OBJ        6699   6-11-90  12:05 pm 
  1843.     RPCONFIG COM        2726   6-08-90   5:15 pm 
  1844.     SRCONFIG COM        3086   6-11-90   3:13 pm 
  1845.     TRCONFIG COM        3402   6-08-90   4:55 pm 
  1846.     SUBSYS   SYS        4271   5-30-89   2:14 pm 
  1847.     NULLB    OBJ         377   5-13-87   9:59 am 
  1848.     NULLC    OBJ         377   5-13-87   9:59 am 
  1849.     NULLD    OBJ         377   5-13-87   9:59 am 
  1850.     BTOKENA2 OBJ        4975   5-28-90   8:02 pm 
  1851.     CTOKENA2 OBJ        4975   5-28-90   8:02 pm 
  1852.     DTOKENA2 OBJ        4975   5-28-90   8:03 pm 
  1853.     ATOKENA2 OBJ        4975   5-28-90   8:02 pm 
  1854.     BCONFIG  HLP       29987   5-29-90   3:41 pm 
  1855.     A3C523A1 OBJ        9113   6-02-90  11:29 am 
  1856.     B3C523A1 OBJ        9113   6-02-90  11:29 am 
  1857.     C3C523A1 OBJ        9113   6-02-90  11:30 am 
  1858.     D3C523A1 OBJ        9113   6-02-90  11:30 am 
  1859.     B3C505A1 OBJ        9640   8-03-89   3:11 pm 
  1860.     D3C505A1 OBJ        9640   8-03-89   3:12 pm 
  1861.     A3C505A1 OBJ        9640   8-03-89   3:10 pm 
  1862.     C3C505A1 OBJ        9640   8-03-89   3:11 pm 
  1863.  
  1864.  
  1865. BTRIEVE 
  1866.  
  1867.     README   DOC        7570   6-01-90   9:40 am 
  1868.  
  1869.  
  1870. BTRIEVE/PUBLIC 
  1871.  
  1872.     BCONSOLE EXE       48462  12-11-89   3:54 pm 
  1873.     BCONSOLE HLP        1923   9-01-89  10:32 am 
  1874.     BREQUEST EXE       17874   3-22-90   3:46 pm 
  1875.     BROLLFP  EXE       19020   3-10-90   8:04 pm 
  1876.     BROLLFWD EXE       47869  12-11-89   3:49 pm 
  1877.     BTRCALLS DLL       24762   3-22-90   3:58 pm 
  1878.     MAKLOCAL EXE       11008   3-11-90   7:22 pm 
  1879.     WBROLL   EXE       20688   3-15-90  11:24 pm 
  1880.     WBTRCALL EXE       27628   3-22-90   3:51 pm 
  1881.  
  1882.  
  1883.  
  1884. BTRIEVE/SYSTEM 
  1885.  
  1886.     BCONNLM  HLP        1583   9-13-89   8:28 am 
  1887.     BCONSOLE NLM       44669   5-23-90   2:03 pm 
  1888.     BROUTER  NLM       16443   5-30-90  10:42 am 
  1889.     BSETUP   HLP        3926  10-13-89   4:40 pm 
  1890.     BSETUP   NCF          58   9-11-89   2:30 pm 
  1891.     BSETUP   NLM       46282   5-02-90  10:02 am 
  1892.     BSPXCOM  NLM       12498   5-30-90   9:21 am 
  1893.     BSPXSTUB NLM        1170   5-23-90   3:46 pm 
  1894.     BSTART   NCF         127   5-31-90  10:26 am 
  1895.     BSTOP    NCF          33   8-25-89  10:51 am 
  1896.     BTRIEVE  NLM       57560   6-06-90   8:45 am 
  1897.  
  1898. DOSUTIL-.1/PUBLIC 
  1899.  
  1900.     FLAGDIR  EXE       27093   3-23-90  11:06 am 
  1901.     GRANT    EXE       33369   3-27-90   4:04 pm 
  1902.     CASTOFF  EXE       12633   7-20-89   2:11 pm 
  1903.     CASTON   EXE        8209   7-18-89  11:14 am 
  1904.     CHKDIR   EXE       18053   7-18-89  11:15 am 
  1905.     VERSION  EXE       21551   3-28-90  10:09 am 
  1906.     $RUN     OVL        2400   7-13-89   9:30 am 
  1907.     IBM$RUN  OVL        2400   7-13-89   9:30 am 
  1908.     USERLIST EXE       25413   7-18-89  12:00 pm 
  1909.     CMPQ$RUN OVL        2400   7-26-89  10:26 pm 
  1910.     SYS$MSG  DAT       22298  12-22-87   8:42 am 
  1911.     SYS$HELP DAT       17343   8-11-87  10:06 am 
  1912.     CHKVOL   EXE       49407   7-20-89   3:02 pm 
  1913.     SYS$ERR  DAT        6489   7-29-87   9:57 am 
  1914.     ALLOW    EXE       20859   8-15-89   2:55 pm 
  1915.     FLAG     EXE       29837   5-30-90  11:24 am 
  1916.     REMOVE   EXE       32333   5-31-90  12:21 pm 
  1917.     SMODE    EXE       27573   6-06-90  12:27 pm 
  1918.     LOGOUT   EXE       29255   5-31-90   8:16 am 
  1919.     NDIR     EXE       95374   6-02-90  11:10 am 
  1920.     LOGIN    EXE       96171   5-29-90   1:52 pm 
  1921.     NCOPY    EXE       56189   6-22-90  11:19 am 
  1922.     ATTACH   EXE       36885   5-10-90  11:10 am 
  1923.     MAP      EXE       47463   4-26-90   3:56 pm 
  1924.     PURGE    EXE       25983   2-16-90   7:43 am 
  1925.     RENDIR   EXE       20185   2-02-90  11:05 am 
  1926.     REVOKE   EXE       34621   2-06-90   2:20 pm 
  1927.     SEND     EXE       21109   3-01-90   3:25 pm 
  1928.     SLIST    EXE       25143   5-10-90  11:11 am 
  1929.     RIGHTS   EXE       18761   4-25-90  10:46 am 
  1930.     SYSTIME  EXE       16225   4-30-90  12:21 pm 
  1931.     SETTTS   EXE       16855   5-18-90   8:41 am 
  1932.     WHOAMI   EXE       25723   5-18-90  11:05 am 
  1933.     SETPASS  EXE       31935   5-24-90   4:48 pm 
  1934.     NVER     EXE       13543   1-11-90   2:12 pm 
  1935.     LISTDIR  EXE       26389   5-29-90   9:29 am 
  1936.     TLIST    EXE       29799   5-29-90   3:55 pm 
  1937.  
  1938.  
  1939. DOSUTIL-.1/SYSTEM 
  1940.    
  1941.   BINDREST EXE       12397   8-04-89  10:47 am 
  1942.     TOKEN    RPL       12788   6-05-90   4:51 pm 
  1943.     DOSGEN   EXE        9724   4-12-88  12:41 pm 
  1944.     NET$REC  DAT         381   4-13-87   8:58 am 
  1945.     SECURITY EXE       22385   8-03-89   8:33 am 
  1946.     ATOTAL   EXE       18941   7-28-89  10:57 am 
  1947.     PAUDIT   EXE       27255   7-18-89  11:41 am 
  1948.     BINDFIX  EXE       41519   1-19-90  11:08 am 
  1949.  
  1950.  
  1951. DOSUTIL-.2/PUBLIC 
  1952.  
  1953.     FCONSOLE HLP      136188   4-06-90   2:52 pm 
  1954.     FCONSOLE EXE      202774   5-02-90   6:00 pm 
  1955.     MENUPARZ HLP        1184   2-14-89   3:51 pm 
  1956.     MAIN     MNU         318   2-03-88   5:04 pm 
  1957.     COLORPAL EXE       50176  10-20-87   9:33 am 
  1958.     DSPACE   EXE      196585   8-08-90   2:01 pm 
  1959.     COLORPAL HLP        3503   5-29-90   1:56 pm 
  1960.     DSPACE   HLP        5575   5-29-90  10:54 am 
  1961.     MAKEUSER HLP        1845   5-31-90  11:49 am 
  1962.     FILER    EXE      271369   6-04-90   3:43 pm 
  1963.     FILER    HLP       60138   6-04-90  11:03 am 
  1964.     MENU     EXE       10752  10-04-89   8:58 am 
  1965.     MENUPARZ EXE       51632  10-04-89   8:59 am 
  1966.     MAKEUSER EXE      133595   5-14-90  10:46 am 
  1967.  
  1968.  
  1969. DOSUTIL-.3/PUBLIC 
  1970.  
  1971.     SESSION  EXE      130839   4-26-90   4:13 pm 
  1972.     SALVAGE  EXE      129787   5-02-90   7:05 pm 
  1973.     USERDEF  EXE      173837   4-27-90   2:21 pm 
  1974.     VOLINFO  EXE      142235   4-26-90   3:39 pm 
  1975.     SYSCON   EXE      270103   5-29-90   1:23 pm 
  1976.     SALVAGE  HLP        6788   5-29-90   2:50 pm 
  1977.     SESSION  HLP       20129   5-29-90   3:11 pm 
  1978.     VOLINFO  HLP        7442   5-29-90   2:11 pm 
  1979.     SYSCON   HLP      142570   6-03-90   1:42 pm 
  1980.     USERDEF  HLP       24718   6-04-90  11:13 am 
  1981.  
  1982.  
  1983. HELP-1/PUBLIC 
  1984.  
  1985.     PVMANUAL NFO      114688   6-08-90   3:58 pm 
  1986.     VIEWER   EXE       75907   5-25-90  12:46 pm 
  1987.     VIEWS    PTR       17506   4-06-90  11:19 am 
  1988.     USER-BAS ICS       58096   6-01-90   2:48 pm 
  1989.     HELP     EXE       14825   6-07-90   9:41 am 
  1990.     VIEWS    CFG         465   8-07-89   1:22 pm 
  1991.     CONST    NFO       90112   6-08-90   9:40 pm 
  1992.     BRDGEXT  PCX        6317   5-18-90   1:37 pm 
  1993.     BRDGINT  PCX        6329   5-18-90   1:38 pm 
  1994.     BRIDGBB  PCX       11270   5-18-90   1:38 pm 
  1995.     CACHMEM1 PCX       10312   5-18-90   1:38 pm 
  1996.     CACHMEM2 PCX        7460   5-18-90   1:38 pm 
  1997.     DIRCACHE PCX        6602   5-18-90   1:39 pm 
  1998.     DSKDULPX PCX        7833   5-18-90   1:39 pm 
  1999.     ETHERFRM PCX        6053   5-18-90   1:39 pm 
  2000.     ETHERMUL PCX        8628   5-18-90   1:40 pm 
  2001.     FOLIO    NFO      110592   6-08-90   9:37 pm 
  2002.     MOUSE    PCX       47077   6-07-90   9:25 am 
  2003.     HASHING1 PCX        5960   5-18-90   1:40 pm 
  2004.     HASHING2 PCX        5336   5-18-90   1:40 pm 
  2005.     MUSIC    RS        49759   6-08-90  12:00 am 
  2006.     MESSPACK PCX        8322   5-18-90   1:40 pm 
  2007.     MIRROR   PCX        5545   5-18-90   1:41 pm 
  2008.     NETNUM1  PCX        7143   5-18-90   1:41 pm 
  2009.     NETNUM2  PCX        6870   5-18-90   1:41 pm 
  2010.     PARTITIO PCX        5310   5-18-90   1:42 pm 
  2011.     SECUR1   PCX        8829   5-18-90   1:42 pm 
  2012.     SECUR2   PCX        9049   5-18-90   1:42 pm 
  2013.     SECUR3   PCX        7557   5-18-90   1:42 pm 
  2014.     SECUR4   PCX        7407   5-18-90   1:42 pm 
  2015.     NFOLIO   COM       10500   3-06-90   9:48 am 
  2016.     RCD      PCX       20031  10-02-89  12:19 pm 
  2017.     VOICE    RS        54081   6-08-90  12:37 am 
  2018.     NFOLIO   EXE      185577   5-04-90   9:32 am 
  2019.  
  2020. HELP-2/PUBLIC 
  2021.  
  2022.     !NETWARE NFO     1064960   6-08-90   2:47 pm 
  2023.  
  2024.  
  2025. PRINT/SYSTEM/NLM 
  2026.  
  2027.     PSERVER  NLM       73641   6-11-90   2:08 pm 
  2028.  
  2029. PRINT/SYSTEM/VAP 
  2030.  
  2031.     PSERVER  VAP       63986  12-08-89   9:20 am 
  2032.  
  2033.  
  2034. PRINT/PUBLIC 
  2035.  
  2036.     ENDCAP   EXE       13553   7-19-89  10:55 am 
  2037.     PSC      EXE       20037   7-26-89  10:50 am 
  2038.     PRINTDEF EXE      180211   5-04-90  11:05 am 
  2039.     CAPTURE  EXE       41025   5-04-90   9:20 am 
  2040.     PCONSOLE EXE      213096   5-11-90   3:07 pm 
  2041.     PRINTCON EXE      152661   5-21-90   9:51 am 
  2042.     PRINTCON HLP       12261   5-29-90   2:14 pm 
  2043.     PRINTDEF HLP       36714   5-29-90   2:41 pm 
  2044.     RPRINTER HLP        1803   5-29-90   2:42 pm 
  2045.     PCONSOLE HLP       33117   5-31-90  11:10 am 
  2046.     PSERVER  EXE      108262   6-01-90   9:11 am 
  2047.     RPRINT$$ EXE       76892   6-01-90   4:14 pm 
  2048.     NPRINT   EXE       61021   5-21-90   3:32 pm 
  2049.     RPRINTER EXE        6326   6-11-90  12:49 pm 
  2050.  
  2051.  
  2052. PRINT/PUBLIC/PDF 
  2053.  
  2054.     DIAB630  PDF         261   9-21-88   9:58 am 
  2055.     CIT20    PDF         281   9-21-88   9:57 am 
  2056.     CITOH600 PDF         380   9-21-88   9:58 am 
  2057.     PAN1091  PDF         437   9-21-88  10:06 am 
  2058.     STAR10X  PDF         285   9-21-88  10:07 am 
  2059.     EPLQ800  PDF         293   9-21-88  10:00 am 
  2060.     EPLX80   PDF         282   9-21-88  10:01 am 
  2061.     EPLX800  PDF         284   9-21-88  10:01 am 
  2062.     HPLASER  PDF        1527   9-21-88  10:01 am 
  2063.     IBM4201  PDF         368   9-21-88  10:02 am 
  2064.     IBMPRO2  PDF         369   9-21-88  10:02 am 
  2065.     NECP6    PDF         538   9-21-88  10:03 am 
  2066.     OKI390   PDF         282   9-21-88  10:04 am 
  2067.     STAR1000 PDF         283   9-21-88  10:07 am 
  2068.     TOSHP321 PDF         400   9-21-88  10:07 am 
  2069.     CIT224   PDF         356   9-21-88   9:57 am 
  2070.     APPIMAGE PDF         292   9-21-88   9:56 am 
  2071.     APPLASER PDF         201   9-21-88   9:56 am 
  2072.     CIT120D  PDF         284   9-21-88   9:57 am 
  2073.     EPEX800  PDF         284   9-21-88   9:59 am 
  2074.     EPLD2500 PDF         285   9-21-88  10:00 am 
  2075.     OKI290   PDF         281   9-21-88  10:04 am 
  2076.     NEC8810  PDF         277   9-21-88  10:06 am 
  2077.     CITOH310 PDF         286   9-21-88   9:58 am 
  2078.     EPEX86   PDF         290   9-21-88  10:00 am 
  2079.     NEC2050  PDF         258   9-21-88  10:06 am 
  2080.     EPEX80   PDF         287   9-21-88   9:59 am 
  2081.     OKILASER PDF        1516   9-21-88  10:04 am 
  2082.     OKI192   PDF         298   9-21-88  10:06 am 
  2083.     PAN1080  PDF         323   9-21-88  10:04 am 
  2084.  
  2085.  
  2086. SHGEN-1 
  2087.  
  2088.     IBM$RUN  OVL        2400   7-13-89   9:30 am 
  2089.     S3C503   OBJ        6313   5-07-90   1:11 pm 
  2090.     DCONFIG  EXE       22247   6-06-88  11:46 am 
  2091.     JUMPERS  HLP        1766   4-05-90   4:40 pm 
  2092.     JUMPERS  EXE       76203   5-07-90   1:38 pm 
  2093.     SYS$HELP DAT       17343   8-11-87  10:06 am 
  2094.     SHELLS   DAT          23   8-17-87   1:44 pm 
  2095.     VOLUMES  DAT          40   2-10-88   9:31 am 
  2096.     SYS$MSG  DAT       22298  12-22-87   8:42 am 
  2097.     SYS$ERR  DAT        6489   7-29-87   9:57 am 
  2098.     INT2F    COM         640   7-28-88  11:48 am 
  2099.     NLINK    EXE       37633   8-10-89   9:37 am 
  2100.     CMPQ$RUN OVL        2400   7-26-89  10:26 pm 
  2101.     ECONFIG  EXE       24269   4-14-88   8:21 am 
  2102.     COMCHECK EXE       76840   9-01-87  11:53 am 
  2103.     $RUN     OVL        2400   7-13-89   9:30 am 
  2104.     SHCONFIG EXE       97365   9-14-89   3:36 pm 
  2105.     ROUTE    COM        3431   1-18-90  11:56 am 
  2106.     S3C501   OBJ        4309  10-03-88   1:56 pm 
  2107.     NETBIOS  EXE       23088   4-20-90   2:25 pm 
  2108.     STOKEN   OBJ        5333   5-15-90   8:42 am 
  2109.     SNE1000  OBJ        5415  12-27-89   2:30 pm 
  2110.     XMSNET4  EXE       56056   6-06-90   4:40 pm 
  2111.     S3C505   OBJ        8664   8-04-88   8:42 am 
  2112.     S3C523   OBJ        7069  10-10-88   4:35 pm 
  2113.     STRXNET  OBJ        6811   6-11-90   1:40 pm 
  2114.     S3C501   LAN        1131   6-11-90   2:47 pm 
  2115.     S3C503   LAN         389   6-11-90   2:47 pm 
  2116.     S3C505   LAN         914   6-11-90   2:47 pm 
  2117.     S3C523   LAN         110   6-11-90   2:47 pm 
  2118.     SLANSUP  LAN         113   6-11-90   2:47 pm 
  2119.     SNE1000  LAN         883   6-11-90   2:47 pm 
  2120.     SNE2     LAN         135   6-11-90   2:47 pm 
  2121.     SNE2000  LAN         883   6-11-90   2:47 pm 
  2122.     STOKEN   LAN         100   6-11-90   2:47 pm 
  2123.     STRXNET  LAN         479   6-11-90   2:47 pm 
  2124.     SNE2000  OBJ        6121  12-27-89  12:16 pm 
  2125.     SNE2     OBJ        4781  11-29-89   1:55 pm 
  2126.     SHGEN    EXE       26321   5-04-89  10:06 am 
  2127.     SLANSUP  OBJ        4267   5-24-90   8:21 am 
  2128.     COMCHECK HLP        2543   5-29-90   2:03 pm 
  2129.     SHCONFIG HLP       28961   5-29-90   4:01 pm 
  2130.     IPX      OBJ       19429   6-05-90  11:32 am 
  2131.     EMSNET3  EXE       58584   6-06-90   4:40 pm 
  2132.     EMSNET4  EXE       59000   6-06-90   4:39 pm 
  2133.     NET3     COM       48546   6-06-90   4:39 pm 
  2134.     NET4     COM       48909   6-06-90   4:38 pm 
  2135.     XMSNET3  EXE       55672   6-06-90   4:40 pm 
  2136.  
  2137.  
  2138. SHGEN-1/DOSODI 
  2139.  
  2140.     3C503    COM       11202   5-30-90  12:00 pm 
  2141.     3C523    COM       10971   5-30-90  12:00 pm 
  2142.     IPXODI   COM       19017   5-30-90  12:00 pm 
  2143.     LANSUP   COM       10784   5-30-90  12:00 pm 
  2144.     LSL      COM        6399   5-30-90  12:00 pm 
  2145.     NE1000   COM       11186   5-30-90  12:00 pm 
  2146.     NE2-32   COM       11138   5-30-90  12:00 pm 
  2147.     NE2      COM       11465   5-30-90  12:00 pm 
  2148.     NE2000   COM       11272   5-30-90  12:00 pm 
  2149.  
  2150.  
  2151. SYSTEM-.1 
  2152.  
  2153.     SERVER   EXE      716988   6-14-90  10:57 am 
  2154.     README   386       11734   7-14-90   2:20 pm 
  2155.     FILES    DAT       43086   7-14-90   2:29 pm 
  2156.     MAC      NAM       14311   4-24-90   8:56 am 
  2157.     DISKSET  NLM       69297   6-05-90   2:28 pm 
  2158.     INSTALL  NLM      139824   6-05-90  11:03 am 
  2159.     VREPAIR  NLM       86874   6-05-90   4:05 pm 
  2160.     DISKSET  HLP        6192   6-04-90   2:48 pm 
  2161.     DCB      DSK       18313   6-11-90   3:47 pm 
  2162.     ISADISK  DSK        7586   6-11-90   4:17 pm 
  2163.     PS2ESDI  DSK        6973   6-08-90   5:17 pm 
  2164.     PS2MFM   DSK        8275   6-08-90   5:23 pm 
  2165.     PS2SCSI  DSK        9556   6-08-90   5:30 pm 
  2166.  
  2167.  
  2168. SYSTEM-.2 
  2169.  
  2170.     REMOTE   NLM        9215   4-13-90   7:42 am 
  2171.     3C523    LAN       11922   5-08-90   8:23 pm 
  2172.     ROUTE    NLM        4506   4-27-90   3:20 pm 
  2173.     RCONSOLE HLP        8402   4-25-90  12:55 pm 
  2174.     NE2000   LAN       10863   5-17-90  11:41 am 
  2175.     NE3200   LAN       19710   5-23-90   5:09 pm 
  2176.     TRXNET   LAN        8682   5-21-90   3:57 pm 
  2177.     NE2      LAN       10802   5-25-90   6:44 pm 
  2178.     RCONSOLE EXE       77551   5-26-90   2:35 pm 
  2179.     3C505    LAN       20541   5-28-90   8:11 pm 
  2180.     NE2-32   LAN       10810   5-31-90  12:06 pm 
  2181.     3C503    LAN       11160   6-05-90  11:17 am 
  2182.     MONITOR  NLM      100391   6-05-90  10:50 am 
  2183.     TOKENRPL NLM       16454   6-05-90   5:02 pm 
  2184.     UPS      NLM       10547   6-05-90   2:21 pm 
  2185.     RSPX     NLM       17064   5-11-90   1:37 pm 
  2186.     CLIB     NLM      203748   6-08-90   3:31 pm 
  2187.     IPXS     NLM        3378   6-07-90   6:42 pm 
  2188.     MATHLIB  NLM       12477   6-08-90   3:32 pm 
  2189.     NE1000   LAN       10018   6-08-90   9:29 am 
  2190.     NMAGENT  NLM       33862   6-07-90   3:37 pm 
  2191.     SPXS     NLM        4538   6-07-90   6:41 pm 
  2192.     STREAMS  NLM       45504   6-08-90   8:50 am 
  2193.     TLI      NLM        8795   6-08-90  12:42 pm 
  2194.     TOKEN    LAN        9544   6-07-90   3:29 pm 
  2195.     MATHLIBC NLM       16772   6-08-90   3:32 pm 
  2196.     FILEDATA DAT        1398   6-11-90   9:15 pm 
  2197.  
  2198.  
  2199. UPGRADE/SYSTEM 
  2200.  
  2201.     $RUN     OVL        2400   7-13-89   9:30 am 
  2202.     IBM$RUN  OVL        2400   7-13-89   9:30 am 
  2203.     DIBI$DRV DAT          30   6-29-89   8:53 pm 
  2204.     SYS$MSG  DAT       22298  12-22-87   8:42 am 
  2205.     SYS$HELP DAT       17343   8-11-87  10:06 am 
  2206.     SYS$ERR  DAT        6489   7-29-87   9:57 am 
  2207.     CMPQ$RUN OVL        2400   7-26-89  10:26 pm 
  2208.     SELDIBI  HLP         229   6-24-89   3:45 pm 
  2209.     UPGRADE  HLP       41447   5-31-90  10:46 am 
  2210.     UPGRADE  EXE      246860   4-13-90  11:48 am 
  2211.     UPGRADE  OVL      245514   4-13-90  11:49 am 
  2212.     SELDIBI  OVL       54250  12-08-89   3:18 pm 
  2213.     UPGRADE  COM       10262  12-08-89   3:17 pm 
  2214.     WANGTEK  EXE       22950  12-08-89   3:19 pm
  2215.